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

Commite658038

Browse files
committed
Update oid for pg_wal_replay_wait() procedure
Use an oid from 8000-9999 range, as required by98eab30.Reported-by: Michael PaquierDiscussion:https://postgr.es/m/ZvUY6bfTwB0GsyzP%40paquier.xyz
1 parent2ceeb63 commite658038

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
@@ -57,6 +57,6 @@
5757
*/
5858

5959
/*yyyymmddN */
60-
#defineCATALOG_VERSION_NO202409211
60+
#defineCATALOG_VERSION_NO202409261
6161

6262
#endif

‎src/include/catalog/pg_proc.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6642,7 +6642,7 @@
66426642
prorettype => 'text', proargtypes => '',
66436643
prosrc => 'pg_get_wal_replay_pause_state' },
66446644

6645-
{ oid => '111',
6645+
{ oid => '8593',
66466646
descr => 'wait for the target LSN to be replayed on standby with an optional timeout',
66476647
proname => 'pg_wal_replay_wait', prokind => 'p', prorettype => 'void',
66486648
proargtypes => 'pg_lsn int8', proargnames => '{target_lsn,timeout}',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp