aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-06-17 12:55:30 -0400
committerRobert Haas <rhaas@postgresql.org>2016-06-17 12:55:30 -0400
commit9c188a8454e514e43614e47d69f5eaea820af8c4 (patch)
tree6781fbb975f250566b95708d6e90ad11b3000229 /src/backend/access
parent292794f82b4ebde33ec7f2a572ddd1dedba8ce37 (diff)
downloadpostgresql-9c188a8454e514e43614e47d69f5eaea820af8c4.tar.gz
postgresql-9c188a8454e514e43614e47d69f5eaea820af8c4.zip
Fix typo.
Thomas Munro
Diffstat (limited to 'src/backend/access')
-rw-r--r--src/backend/access/heap/heapam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c
index 22b3f5fe08b..80e95941cb6 100644
--- a/src/backend/access/heap/heapam.c
+++ b/src/backend/access/heap/heapam.c
@@ -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.
*/