mirror of
https://github.com/postgres/postgres.git
synced 2026-04-26 08:37:12 -04: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
2 changed files with 2 additions and 2 deletions
|
|
@ -57,6 +57,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* yyyymmddN */
|
/* yyyymmddN */
|
||||||
#define CATALOG_VERSION_NO 202409211
|
#define CATALOG_VERSION_NO 202409261
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -6642,7 +6642,7 @@
|
||||||
prorettype => 'text', proargtypes => '',
|
prorettype => 'text', proargtypes => '',
|
||||||
prosrc => 'pg_get_wal_replay_pause_state' },
|
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',
|
descr => 'wait for the target LSN to be replayed on standby with an optional timeout',
|
||||||
proname => 'pg_wal_replay_wait', prokind => 'p', prorettype => 'void',
|
proname => 'pg_wal_replay_wait', prokind => 'p', prorettype => 'void',
|
||||||
proargtypes => 'pg_lsn int8', proargnames => '{target_lsn,timeout}',
|
proargtypes => 'pg_lsn int8', proargnames => '{target_lsn,timeout}',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue