We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d64d58 commit d9d6c34Copy full SHA for d9d6c34
src/catalog.c
@@ -357,8 +357,7 @@ lock_backup_exclusive(pgBackup *backup, bool strict)
357
* - process crash
358
* - race between writer and reader
359
*
360
- * Consider empty file to stale after LOCK_STALE_TIMEOUT
361
- * attempts.
+ * Consider empty file to be stale after LOCK_STALE_TIMEOUT attempts.
362
363
* TODO: alternatively we can write into temp file (lock_file_%pid),
364
* rename it and then re-read lock file to make sure,
0 commit comments