mirror of https://github.com/citusdata/citus.git
parent
53cd06d4fc
commit
2a3d8b2913
|
@ -1,6 +1,4 @@
|
||||||
-- this test file aims to test UPSERT feature on Citus
|
-- this test file aims to test UPSERT feature on Citus
|
||||||
-- note that output of this file for postgresql 9.4 will
|
|
||||||
-- be full syntax errors, which is expected.
|
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 980000;
|
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 980000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_jobid_seq RESTART 980000;
|
ALTER SEQUENCE pg_catalog.pg_dist_jobid_seq RESTART 980000;
|
||||||
CREATE TABLE upsert_test
|
CREATE TABLE upsert_test
|
||||||
|
|
|
@ -298,10 +298,6 @@ if ($majorversion eq '9.5')
|
||||||
{
|
{
|
||||||
push(@arguments, '--bindir', "tmp_check/tmp-bin");
|
push(@arguments, '--bindir', "tmp_check/tmp-bin");
|
||||||
}
|
}
|
||||||
elsif ($majorversion eq '9.4')
|
|
||||||
{
|
|
||||||
push(@arguments, '--psqldir', "tmp_check/tmp-bin");
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
die "Citus is not compatible with the detected PostgreSQL version $majorversion";
|
die "Citus is not compatible with the detected PostgreSQL version $majorversion";
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
-- this test file aims to test UPSERT feature on Citus
|
-- this test file aims to test UPSERT feature on Citus
|
||||||
-- note that output of this file for postgresql 9.4 will
|
|
||||||
-- be full syntax errors, which is expected.
|
|
||||||
|
|
||||||
|
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 980000;
|
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 980000;
|
||||||
|
|
Loading…
Reference in New Issue