mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 21:07:07 +08:00
Fix typo in comment
Masahiko Sawada
This commit is contained in:
@ -1151,7 +1151,7 @@ SnapBuildProcessRunningXacts(SnapBuild *builder, XLogRecPtr lsn, xl_running_xact
|
||||
running->oldestRunningXid);
|
||||
|
||||
/*
|
||||
* Inrease shared memory limits, so vacuum can work on tuples we prevented
|
||||
* Increase shared memory limits, so vacuum can work on tuples we prevented
|
||||
* from being pruned till now.
|
||||
*/
|
||||
LogicalIncreaseXminForSlot(lsn, running->oldestRunningXid);
|
||||
|
||||
Reference in New Issue
Block a user