diff options
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r-- | src/backend/commands/async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index a3ba88d7ff4..71b7577afc0 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -1654,7 +1654,7 @@ asyncQueueFillWarning(void) * behind. Waken them anyway if they're far enough behind, so that they'll * advance their queue position pointers, allowing the global tail to advance. * - * Since we know the BackendId and the Pid the signalling is quite cheap. + * Since we know the BackendId and the Pid the signaling is quite cheap. */ static void SignalBackends(void) |