aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-04-15 14:45:10 -0400
committerBruce Momjian <bruce@momjian.us>2014-04-15 14:45:10 -0400
commitab76d8e9d672c661fe8ce4d9405dc8956b8ece9d (patch)
tree553c0eec0b0b36af7ff2b75c133fcfd1bfad4b90
parent4168c00a5d9c0c0c17cdfc902587b6d22ea1720f (diff)
downloadpostgresql-ab76d8e9d672c661fe8ce4d9405dc8956b8ece9d.tar.gz
postgresql-ab76d8e9d672c661fe8ce4d9405dc8956b8ece9d.zip
contrib/test_decoding: fix regression test for psql oid display changes
Missed in previous commit
-rw-r--r--contrib/test_decoding/expected/ddl.out4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/test_decoding/expected/ddl.out b/contrib/test_decoding/expected/ddl.out
index 5d784cf1e20..05a4bd3f7ed 100644
--- a/contrib/test_decoding/expected/ddl.out
+++ b/contrib/test_decoding/expected/ddl.out
@@ -345,7 +345,6 @@ WITH (user_catalog_table = true)
options | text[] | | extended | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Has OIDs: no
Options: user_catalog_table=true
INSERT INTO replication_metadata(relation, options)
@@ -360,7 +359,6 @@ ALTER TABLE replication_metadata RESET (user_catalog_table);
options | text[] | | extended | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Has OIDs: no
INSERT INTO replication_metadata(relation, options)
VALUES ('bar', ARRAY['a', 'b']);
@@ -374,7 +372,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true);
options | text[] | | extended | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Has OIDs: no
Options: user_catalog_table=true
INSERT INTO replication_metadata(relation, options)
@@ -394,7 +391,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false);
rewritemeornot | integer | | plain | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Has OIDs: no
Options: user_catalog_table=false
INSERT INTO replication_metadata(relation, options)