mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Forgot to remove extern declaration of GetRecoveryTargetTLI()
Fujii Masao
This commit is contained in:
@ -309,7 +309,6 @@ extern XLogRecPtr GetRedoRecPtr(void);
|
||||
extern XLogRecPtr GetInsertRecPtr(void);
|
||||
extern XLogRecPtr GetFlushRecPtr(void);
|
||||
extern void GetNextXidAndEpoch(TransactionId *xid, uint32 *epoch);
|
||||
extern TimeLineID GetRecoveryTargetTLI(void);
|
||||
|
||||
extern bool CheckPromoteSignal(void);
|
||||
extern void WakeupRecovery(void);
|
||||
|
Reference in New Issue
Block a user