mirror of
https://github.com/postgres/postgres.git
synced 2025-08-14 02:22:38 +03:00
Revert pg_wal_replay_wait() stored procedure
This commit reverts3c5db1d6b0
, and subsequent improvements and fixes including8036d73ae3
,867d396ccd
,3ac3ec580c
,0868d7ae70
,85b98b8d5a
,2520226c95
,014f9f34d2
,e658038772
,e1555645d7
,5035172e4a
,6cfebfe88b
,73da6b8d1b
, ande546989a26
. The reason for reverting is a set of remaining issues. Most notably, the stored procedure appears to need more effort than the utility statement to turn the backend into a "snapshot-less" state. This makes an approach to use stored procedures questionable. Catversion is bumped. Discussion: https://postgr.es/m/Zyhj2anOPRKtb0xW%40paquier.xyz
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
#include "access/xlogreader.h"
|
||||
#include "access/xlogrecovery.h"
|
||||
#include "access/xlogutils.h"
|
||||
#include "access/xlogwait.h"
|
||||
#include "backup/basebackup.h"
|
||||
#include "catalog/catversion.h"
|
||||
#include "catalog/pg_control.h"
|
||||
@@ -6174,12 +6173,6 @@ StartupXLOG(void)
|
||||
UpdateControlFile();
|
||||
LWLockRelease(ControlFileLock);
|
||||
|
||||
/*
|
||||
* Wake up all waiters for replay LSN. They need to report an error that
|
||||
* recovery was ended before reaching the target LSN.
|
||||
*/
|
||||
WaitLSNWakeup(InvalidXLogRecPtr);
|
||||
|
||||
/*
|
||||
* Shutdown the recovery environment. This must occur after
|
||||
* RecoverPreparedTransactions() (see notes in lock_twophase_recover())
|
||||
|
Reference in New Issue
Block a user