mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Update oid for pg_wal_replay_wait() procedure
Use an oid from 8000-9999 range, as required by 98eab30b93
.
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZvUY6bfTwB0GsyzP%40paquier.xyz
This commit is contained in:
parent
2ceeb638b7
commit
e658038772
@ -57,6 +57,6 @@
|
||||
*/
|
||||
|
||||
/* yyyymmddN */
|
||||
#define CATALOG_VERSION_NO 202409211
|
||||
#define CATALOG_VERSION_NO 202409261
|
||||
|
||||
#endif
|
||||
|
@ -6642,7 +6642,7 @@
|
||||
prorettype => 'text', proargtypes => '',
|
||||
prosrc => 'pg_get_wal_replay_pause_state' },
|
||||
|
||||
{ oid => '111',
|
||||
{ oid => '8593',
|
||||
descr => 'wait for the target LSN to be replayed on standby with an optional timeout',
|
||||
proname => 'pg_wal_replay_wait', prokind => 'p', prorettype => 'void',
|
||||
proargtypes => 'pg_lsn int8', proargnames => '{target_lsn,timeout}',
|
||||
|
Loading…
Reference in New Issue
Block a user