Skip to content

Commit d9d6c34

Browse files
committed
[Issue #308] fix typo
1 parent 7d64d58 commit d9d6c34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/catalog.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,7 @@ lock_backup_exclusive(pgBackup *backup, bool strict)
357357
* - process crash
358358
* - race between writer and reader
359359
*
360-
* Consider empty file to stale after LOCK_STALE_TIMEOUT
361-
* attempts.
360+
* Consider empty file to be stale after LOCK_STALE_TIMEOUT attempts.
362361
*
363362
* TODO: alternatively we can write into temp file (lock_file_%pid),
364363
* rename it and then re-read lock file to make sure,

0 commit comments

Comments
 (0)