From: Robert Haas Date: Mon, 6 Jun 2016 11:58:50 +0000 (-0400) Subject: Fix typo. X-Git-Tag: REL9_6_BETA2~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=932b97a0112aa950af51dfb26645cd67d368f1f3;p=postgresql Fix typo. Jim Nasby --- diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 2eb04d661d..4041f9cc5a 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -3019,7 +3019,7 @@ heap_delete(Relation relation, ItemPointer tid, Assert(ItemPointerIsValid(tid)); /* - * 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. */