mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Forgot to remove extern declaration of GetRecoveryTargetTLI()
Fujii Masao
This commit is contained in:
parent
740ee42da5
commit
d57a97343e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user