Remove references to 9.4

Some still lingered.
pull/1938/head
Jason Petersen 2016-09-29 17:35:19 -06:00
parent 53cd06d4fc
commit 2a3d8b2913
3 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,4 @@
-- 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_jobid_seq RESTART 980000;
CREATE TABLE upsert_test

4
src/test/regress/pg_regress_multi.pl Normal file → Executable file
View File

@ -298,10 +298,6 @@ if ($majorversion eq '9.5')
{
push(@arguments, '--bindir', "tmp_check/tmp-bin");
}
elsif ($majorversion eq '9.4')
{
push(@arguments, '--psqldir', "tmp_check/tmp-bin");
}
else
{
die "Citus is not compatible with the detected PostgreSQL version $majorversion";

View File

@ -1,6 +1,4 @@
-- 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;