diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 10bb26f2e4a..79eb5899156 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202409211 +#define CATALOG_VERSION_NO 202409261 #endif diff --git a/src/include/catalog/pg_proc.dat b/src/include/catalog/pg_proc.dat index 43f608d7a0a..60aecafdda9 100644 --- a/src/include/catalog/pg_proc.dat +++ b/src/include/catalog/pg_proc.dat @@ -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}',