diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-03-27 10:47:48 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-03-27 10:47:48 -0400 |
commit | 5906e10a2aecf472c41b2cb5a2a923c7bbabdce2 (patch) | |
tree | c1dcab089e00ce7ff32b2191baf6096c4bec0c52 | |
parent | e709ced1536d1ed34d96633ea7c319a3a2a2751c (diff) | |
download | postgresql-5906e10a2aecf472c41b2cb5a2a923c7bbabdce2.tar.gz postgresql-5906e10a2aecf472c41b2cb5a2a923c7bbabdce2.zip |
contrib/test_decoding: adjust expected output
Expected output has changed because of psql replica identity output
changes.
Reported by Christoph Berg
-rw-r--r-- | contrib/test_decoding/expected/ddl.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/test_decoding/expected/ddl.out b/contrib/test_decoding/expected/ddl.out index 0dff60e92a6..4d25a28b933 100644 --- a/contrib/test_decoding/expected/ddl.out +++ b/contrib/test_decoding/expected/ddl.out @@ -345,6 +345,7 @@ WITH (user_catalog_table = true) options | text[] | | extended | | Indexes: "replication_metadata_pkey" PRIMARY KEY, btree (id) +Replica Identity: DEFAULT Has OIDs: no Options: user_catalog_table=true @@ -360,6 +361,7 @@ ALTER TABLE replication_metadata RESET (user_catalog_table); options | text[] | | extended | | Indexes: "replication_metadata_pkey" PRIMARY KEY, btree (id) +Replica Identity: DEFAULT Has OIDs: no INSERT INTO replication_metadata(relation, options) @@ -374,6 +376,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true); options | text[] | | extended | | Indexes: "replication_metadata_pkey" PRIMARY KEY, btree (id) +Replica Identity: DEFAULT Has OIDs: no Options: user_catalog_table=true @@ -394,6 +397,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false); rewritemeornot | integer | | plain | | Indexes: "replication_metadata_pkey" PRIMARY KEY, btree (id) +Replica Identity: DEFAULT Has OIDs: no Options: user_catalog_table=false |