Fix typo.

Thomas Munro
This commit is contained in:
Robert Haas 2016-06-17 12:55:30 -04:00
parent 292794f82b
commit 9c188a8454
1 changed files with 1 additions and 1 deletions

View File

@ -3480,7 +3480,7 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
Assert(ItemPointerIsValid(otid));
/*
* Forbid this during a parallel operation, lets it allocate a combocid.
* Forbid this during a parallel operation, lest it allocate a combocid.
* Other workers might need that combocid for visibility checks, and we
* have no provision for broadcasting it to them.
*/