mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Spelling adjustments
This commit is contained in:
@ -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)
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user