Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c188a8

Browse files
committed
Fix typo.
Thomas Munro
1 parent 292794f commit 9c188a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/heapam.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3480,7 +3480,7 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
34803480
Assert(ItemPointerIsValid(otid));
34813481

34823482
/*
3483-
* Forbid this during a parallel operation, lets it allocate a combocid.
3483+
* Forbid this during a parallel operation, lest it allocate a combocid.
34843484
* Other workers might need that combocid for visibility checks, and we
34853485
* have no provision for broadcasting it to them.
34863486
*/

0 commit comments

Comments
 (0)