comments added

pull/7722/head
Mehmet YILMAZ 2024-11-05 13:22:28 +00:00
parent 24a0c3d21a
commit c1a942c61a
3 changed files with 18 additions and 0 deletions

View File

@ -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$

View File

@ -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$

View File

@ -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;