summaryrefslogtreecommitdiff
path: root/src/backend/commands
diff options
context:
space:
mode:
authorPeter Eisentraut2020-06-07 13:06:51 +0000
committerPeter Eisentraut2020-06-07 13:06:51 +0000
commit0fd2a79a637f9f96b9830524823df0454e962f96 (patch)
tree06595b1aa97d595ada3621cc0d01896269dfaa21 /src/backend/commands
parenta02b8bdd9878ae1d1ead87aabb673d60432500ea (diff)
Spelling adjustments
Diffstat (limited to 'src/backend/commands')
-rw-r--r--src/backend/commands/async.c2
-rw-r--r--src/backend/commands/vacuum.c2
2 files changed, 2 insertions, 2 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)
diff --git a/src/backend/commands/vacuum.c b/src/backend/commands/vacuum.c
index 5a110edb072..d32de23e626 100644
--- a/src/backend/commands/vacuum.c
+++ b/src/backend/commands/vacuum.c
@@ -1638,7 +1638,7 @@ vac_truncate_clog(TransactionId frozenXID,
* Update the wrap limit for GetNewTransactionId and creation of new
* MultiXactIds. Note: these functions will also signal the postmaster
* for an(other) autovac cycle if needed. XXX should we avoid possibly
- * signalling twice?
+ * signaling twice?
*/
SetTransactionIdLimit(frozenXID, oldestxid_datoid);
SetMultiXactIdLimit(minMulti, minmulti_datoid, false);