Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20d7d68

Browse files
committed
Change pg_get_publication_tables to prosecdef false
This was apparently a mistake in the original commit.Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
1 parentd14c85e commit20d7d68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO201706161
56+
#defineCATALOG_VERSION_NO201706201
5757

5858
#endif

‎src/include/catalog/pg_proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5434,7 +5434,7 @@ DATA(insert OID = 6014 ( pg_show_replication_origin_status PGNSP PGUID 12 1 100
54345434
DESCR("get progress for all replication origins");
54355435

54365436
/* publications */
5437-
DATA(insert OID = 6119 ( pg_get_publication_tablesPGNSP PGUID 12 1 1000 0 0 f ft f t t s s 1 0 26 "25" "{25,26}" "{i,o}" "{pubname,relid}" _null_ _null_ pg_get_publication_tables _null_ _null_ _null_ ));
5437+
DATA(insert OID = 6119 ( pg_get_publication_tablesPGNSP PGUID 12 1 1000 0 0 f ff f t t s s 1 0 26 "25" "{25,26}" "{i,o}" "{pubname,relid}" _null_ _null_ pg_get_publication_tables _null_ _null_ _null_ ));
54385438
DESCR("get OIDs of tables in a publication");
54395439

54405440
/* rls */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp