]> granicus.if.org Git - postgresql/commitdiff
contrib/test_decoding: adjust expected output
authorBruce Momjian <bruce@momjian.us>
Thu, 27 Mar 2014 14:47:48 +0000 (10:47 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 27 Mar 2014 14:47:48 +0000 (10:47 -0400)
Expected output has changed because of psql replica identity output
changes.

Reported by Christoph Berg

contrib/test_decoding/expected/ddl.out

index 0dff60e92a6cf4ee65898984d5e9f94bb8fa5130..4d25a28b933bc832f84cc8a94ca0295e1be5b959 100644 (file)
@@ -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