Fix typo in comment

Masahiko Sawada
This commit is contained in:
Magnus Hagander 2017-03-13 12:10:54 +01:00
parent 3a0d473192
commit 1bfebffe81
1 changed files with 1 additions and 1 deletions

View File

@ -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);