You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Fix typo.
This commit is contained in:
committed by
David Steele
parent
26dd918856
commit
f70ddc16d7
@@ -536,7 +536,7 @@ dbReplayWait(Db *this, const String *targetLsn, TimeMSec timeout)
|
||||
replayLsn = varStr(varLstGet(row, 0));
|
||||
|
||||
// Error when replayLsn is null which indicates that this is not a standby. This should have been sorted out before we
|
||||
// connected but it's possible that the standy was promoted in the meantime.
|
||||
// connected but it's possible that the standby was promoted in the meantime.
|
||||
if (replayLsn == NULL)
|
||||
{
|
||||
THROW_FMT(
|
||||
|
Reference in New Issue
Block a user