mirror of https://github.com/citusdata/citus.git
comments added
parent
24a0c3d21a
commit
c1a942c61a
|
@ -7,6 +7,12 @@
|
||||||
-- not done yet.
|
-- not done yet.
|
||||||
--
|
--
|
||||||
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
||||||
|
--
|
||||||
|
-- Two alternative test outputs:
|
||||||
|
-- multi_extension.out for PG16 and before
|
||||||
|
-- multi_extension_0.out for PG17
|
||||||
|
-- related commit
|
||||||
|
-- https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=e5bc9454e527b1cba97553531d8d4992892fdeef
|
||||||
SET citus.next_shard_id TO 580000;
|
SET citus.next_shard_id TO 580000;
|
||||||
CREATE SCHEMA multi_extension;
|
CREATE SCHEMA multi_extension;
|
||||||
SELECT $definition$
|
SELECT $definition$
|
||||||
|
|
|
@ -7,6 +7,12 @@
|
||||||
-- not done yet.
|
-- not done yet.
|
||||||
--
|
--
|
||||||
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
||||||
|
--
|
||||||
|
-- Two alternative test outputs:
|
||||||
|
-- multi_extension.out for PG16 and before
|
||||||
|
-- multi_extension_0.out for PG17
|
||||||
|
-- related commit
|
||||||
|
-- https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=e5bc9454e527b1cba97553531d8d4992892fdeef
|
||||||
SET citus.next_shard_id TO 580000;
|
SET citus.next_shard_id TO 580000;
|
||||||
CREATE SCHEMA multi_extension;
|
CREATE SCHEMA multi_extension;
|
||||||
SELECT $definition$
|
SELECT $definition$
|
||||||
|
|
|
@ -7,6 +7,12 @@
|
||||||
-- not done yet.
|
-- not done yet.
|
||||||
--
|
--
|
||||||
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
||||||
|
--
|
||||||
|
-- Two alternative test outputs:
|
||||||
|
-- multi_extension.out for PG16 and before
|
||||||
|
-- multi_extension_0.out for PG17
|
||||||
|
-- related commit
|
||||||
|
-- https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=e5bc9454e527b1cba97553531d8d4992892fdeef
|
||||||
|
|
||||||
SET citus.next_shard_id TO 580000;
|
SET citus.next_shard_id TO 580000;
|
||||||
CREATE SCHEMA multi_extension;
|
CREATE SCHEMA multi_extension;
|
||||||
|
|
Loading…
Reference in New Issue