diff options
Diffstat (limited to 'src/backend/storage/sync/sync.c')
| -rw-r--r-- | src/backend/storage/sync/sync.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/sync/sync.c b/src/backend/storage/sync/sync.c index 096735c807..705f229b27 100644 --- a/src/backend/storage/sync/sync.c +++ b/src/backend/storage/sync/sync.c @@ -548,8 +548,8 @@ RegisterSyncRequest(const FileTag *ftag, SyncRequestType type, for (;;) { /* - * Notify the checkpointer about it. If we fail to queue a message - * in retryOnError mode, we have to sleep and try again ... ugly, but + * Notify the checkpointer about it. If we fail to queue a message in + * retryOnError mode, we have to sleep and try again ... ugly, but * hopefully won't happen often. * * XXX should we CHECK_FOR_INTERRUPTS in this loop? Escaping with an |
