diff options
author | Peter Eisentraut | 2020-06-07 13:06:51 +0000 |
---|---|---|
committer | Peter Eisentraut | 2020-06-07 13:06:51 +0000 |
commit | 0fd2a79a637f9f96b9830524823df0454e962f96 (patch) | |
tree | 06595b1aa97d595ada3621cc0d01896269dfaa21 /src/backend/commands/async.c | |
parent | a02b8bdd9878ae1d1ead87aabb673d60432500ea (diff) |
Spelling adjustments
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) |