mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
contrib/test_decoding: fix regression test for psql oid display changes
Missed in previous commit
This commit is contained in:
@ -345,7 +345,6 @@ WITH (user_catalog_table = true)
|
|||||||
options | text[] | | extended | |
|
options | text[] | | extended | |
|
||||||
Indexes:
|
Indexes:
|
||||||
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
||||||
Has OIDs: no
|
|
||||||
Options: user_catalog_table=true
|
Options: user_catalog_table=true
|
||||||
|
|
||||||
INSERT INTO replication_metadata(relation, options)
|
INSERT INTO replication_metadata(relation, options)
|
||||||
@ -360,7 +359,6 @@ ALTER TABLE replication_metadata RESET (user_catalog_table);
|
|||||||
options | text[] | | extended | |
|
options | text[] | | extended | |
|
||||||
Indexes:
|
Indexes:
|
||||||
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
||||||
Has OIDs: no
|
|
||||||
|
|
||||||
INSERT INTO replication_metadata(relation, options)
|
INSERT INTO replication_metadata(relation, options)
|
||||||
VALUES ('bar', ARRAY['a', 'b']);
|
VALUES ('bar', ARRAY['a', 'b']);
|
||||||
@ -374,7 +372,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true);
|
|||||||
options | text[] | | extended | |
|
options | text[] | | extended | |
|
||||||
Indexes:
|
Indexes:
|
||||||
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
||||||
Has OIDs: no
|
|
||||||
Options: user_catalog_table=true
|
Options: user_catalog_table=true
|
||||||
|
|
||||||
INSERT INTO replication_metadata(relation, options)
|
INSERT INTO replication_metadata(relation, options)
|
||||||
@ -394,7 +391,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false);
|
|||||||
rewritemeornot | integer | | plain | |
|
rewritemeornot | integer | | plain | |
|
||||||
Indexes:
|
Indexes:
|
||||||
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
"replication_metadata_pkey" PRIMARY KEY, btree (id)
|
||||||
Has OIDs: no
|
|
||||||
Options: user_catalog_table=false
|
Options: user_catalog_table=false
|
||||||
|
|
||||||
INSERT INTO replication_metadata(relation, options)
|
INSERT INTO replication_metadata(relation, options)
|
||||||
|
Reference in New Issue
Block a user