Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5906e10

Browse files
committed
contrib/test_decoding: adjust expected output
Expected output has changed because of psql replica identity output changes. Reported by Christoph Berg
1 parent e709ced commit 5906e10

File tree

1 file changed

+4
-0
lines changed
  • contrib/test_decoding/expected

1 file changed

+4
-0
lines changed

contrib/test_decoding/expected/ddl.out

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ WITH (user_catalog_table = true)
345345
options | text[] | | extended | |
346346
Indexes:
347347
"replication_metadata_pkey" PRIMARY KEY, btree (id)
348+
Replica Identity: DEFAULT
348349
Has OIDs: no
349350
Options: user_catalog_table=true
350351

@@ -360,6 +361,7 @@ ALTER TABLE replication_metadata RESET (user_catalog_table);
360361
options | text[] | | extended | |
361362
Indexes:
362363
"replication_metadata_pkey" PRIMARY KEY, btree (id)
364+
Replica Identity: DEFAULT
363365
Has OIDs: no
364366

365367
INSERT INTO replication_metadata(relation, options)
@@ -374,6 +376,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true);
374376
options | text[] | | extended | |
375377
Indexes:
376378
"replication_metadata_pkey" PRIMARY KEY, btree (id)
379+
Replica Identity: DEFAULT
377380
Has OIDs: no
378381
Options: user_catalog_table=true
379382

@@ -394,6 +397,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false);
394397
rewritemeornot | integer | | plain | |
395398
Indexes:
396399
"replication_metadata_pkey" PRIMARY KEY, btree (id)
400+
Replica Identity: DEFAULT
397401
Has OIDs: no
398402
Options: user_catalog_table=false
399403

0 commit comments

Comments
 (0)