mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03: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);
|
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.
|
* from being pruned till now.
|
||||||
*/
|
*/
|
||||||
LogicalIncreaseXminForSlot(lsn, running->oldestRunningXid);
|
LogicalIncreaseXminForSlot(lsn, running->oldestRunningXid);
|
||||||
|
Reference in New Issue
Block a user