diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-06-06 07:58:50 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-06-06 07:58:50 -0400 |
commit | 932b97a0112aa950af51dfb26645cd67d368f1f3 (patch) | |
tree | e8affc28ec4ce063f12bd3bf870c72ccf059c71e /src | |
parent | aba8943082f1ccbfb19f2e7ff02ba3be0fcb6c9d (diff) | |
download | postgresql-932b97a0112aa950af51dfb26645cd67d368f1f3.tar.gz postgresql-932b97a0112aa950af51dfb26645cd67d368f1f3.zip |
Fix typo.
Jim Nasby
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/heap/heapam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 2eb04d661dc..4041f9cc5a6 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. */ |