aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-06-07 15:06:51 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-06-07 15:06:51 +0200
commit0fd2a79a637f9f96b9830524823df0454e962f96 (patch)
tree06595b1aa97d595ada3621cc0d01896269dfaa21 /src/backend/commands/async.c
parenta02b8bdd9878ae1d1ead87aabb673d60432500ea (diff)
downloadpostgresql-0fd2a79a637f9f96b9830524823df0454e962f96.tar.gz
postgresql-0fd2a79a637f9f96b9830524823df0454e962f96.zip
Spelling adjustments
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r--src/backend/commands/async.c2
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)