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

Commit ab76d8e

Browse files
committed
contrib/test_decoding: fix regression test for psql oid display changes
Missed in previous commit
1 parent 4168c00 commit ab76d8e

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

contrib/test_decoding/expected/ddl.out

-4
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ WITH (user_catalog_table = true)
345345
options | text[] | | extended | |
346346
Indexes:
347347
"replication_metadata_pkey" PRIMARY KEY, btree (id)
348-
Has OIDs: no
349348
Options: user_catalog_table=true
350349

351350
INSERT INTO replication_metadata(relation, options)
@@ -360,7 +359,6 @@ ALTER TABLE replication_metadata RESET (user_catalog_table);
360359
options | text[] | | extended | |
361360
Indexes:
362361
"replication_metadata_pkey" PRIMARY KEY, btree (id)
363-
Has OIDs: no
364362

365363
INSERT INTO replication_metadata(relation, options)
366364
VALUES ('bar', ARRAY['a', 'b']);
@@ -374,7 +372,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true);
374372
options | text[] | | extended | |
375373
Indexes:
376374
"replication_metadata_pkey" PRIMARY KEY, btree (id)
377-
Has OIDs: no
378375
Options: user_catalog_table=true
379376

380377
INSERT INTO replication_metadata(relation, options)
@@ -394,7 +391,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false);
394391
rewritemeornot | integer | | plain | |
395392
Indexes:
396393
"replication_metadata_pkey" PRIMARY KEY, btree (id)
397-
Has OIDs: no
398394
Options: user_catalog_table=false
399395

400396
INSERT INTO replication_metadata(relation, options)

0 commit comments

Comments
 (0)