Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e658038

Browse files
committed
Update oid for pg_wal_replay_wait() procedure
Use an oid from 8000-9999 range, as required by 98eab30. Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZvUY6bfTwB0GsyzP%40paquier.xyz
1 parent 2ceeb63 commit e658038

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-
#define CATALOG_VERSION_NO 202409211
60+
#define CATALOG_VERSION_NO 202409261
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)