Skip to content
Snippets Groups Projects
Commit 5906e10a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

contrib/test_decoding: adjust expected output

Expected output has changed because of psql replica identity output
changes.

Reported by Christoph Berg
parent e709ced1
No related branches found
No related tags found
No related merge requests found
...@@ -345,6 +345,7 @@ WITH (user_catalog_table = true) ...@@ -345,6 +345,7 @@ 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)
Replica Identity: DEFAULT
Has OIDs: no Has OIDs: no
Options: user_catalog_table=true Options: user_catalog_table=true
...@@ -360,6 +361,7 @@ ALTER TABLE replication_metadata RESET (user_catalog_table); ...@@ -360,6 +361,7 @@ 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)
Replica Identity: DEFAULT
Has OIDs: no Has OIDs: no
INSERT INTO replication_metadata(relation, options) INSERT INTO replication_metadata(relation, options)
...@@ -374,6 +376,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true); ...@@ -374,6 +376,7 @@ 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)
Replica Identity: DEFAULT
Has OIDs: no Has OIDs: no
Options: user_catalog_table=true Options: user_catalog_table=true
...@@ -394,6 +397,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false); ...@@ -394,6 +397,7 @@ 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)
Replica Identity: DEFAULT
Has OIDs: no Has OIDs: no
Options: user_catalog_table=false Options: user_catalog_table=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment