Commit 20d7d68b authored by Peter Eisentraut's avatar Peter Eisentraut

Change pg_get_publication_tables to prosecdef false

This was apparently a mistake in the original commit.
Reported-by: default avatarTom Lane <tgl@sss.pgh.pa.us>
parent d14c85ed
...@@ -53,6 +53,6 @@ ...@@ -53,6 +53,6 @@
*/ */
/* yyyymmddN */ /* yyyymmddN */
#define CATALOG_VERSION_NO 201706161 #define CATALOG_VERSION_NO 201706201
#endif #endif
...@@ -5434,7 +5434,7 @@ DATA(insert OID = 6014 ( pg_show_replication_origin_status PGNSP PGUID 12 1 100 ...@@ -5434,7 +5434,7 @@ DATA(insert OID = 6014 ( pg_show_replication_origin_status PGNSP PGUID 12 1 100
DESCR("get progress for all replication origins"); DESCR("get progress for all replication origins");
/* publications */ /* publications */
DATA(insert OID = 6119 ( pg_get_publication_tables PGNSP PGUID 12 1 1000 0 0 f f t f t t s s 1 0 26 "25" "{25,26}" "{i,o}" "{pubname,relid}" _null_ _null_ pg_get_publication_tables _null_ _null_ _null_ )); DATA(insert OID = 6119 ( pg_get_publication_tables PGNSP PGUID 12 1 1000 0 0 f f f f t t s s 1 0 26 "25" "{25,26}" "{i,o}" "{pubname,relid}" _null_ _null_ pg_get_publication_tables _null_ _null_ _null_ ));
DESCR("get OIDs of tables in a publication"); DESCR("get OIDs of tables in a publication");
/* rls */ /* rls */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment