]> granicus.if.org Git - postgresql/commitdiff
Change pg_get_publication_tables to prosecdef false
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Jun 2017 14:03:35 +0000 (10:03 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Jun 2017 14:03:35 +0000 (10:03 -0400)
This was apparently a mistake in the original commit.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h

index 374c86311e75e746a0dd44a1be2909f762ff0d5c..93992edc36059f578bdce2d5c85a528bbc67cde4 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201706161
+#define CATALOG_VERSION_NO     201706201
 
 #endif
index 6c44def6e6a63af2054f0bb9eefb10e96cb3b0eb..73ce026d89350281d0adab67cf65e461ad3b6f05 100644 (file)
@@ -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");
 
 /* 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");
 
 /* rls */