1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Fix typo.

This commit is contained in:
Stefan Fercot
2021-07-13 07:09:55 -04:00
committed by David Steele
parent 26dd918856
commit f70ddc16d7

View File

@@ -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(