projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba8943
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 6 Jun 2016 11:58:50 +0000
(07:58 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 6 Jun 2016 11:58:50 +0000
(07:58 -0400)
Jim Nasby
src/backend/access/heap/heapam.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/heapam.c
b/src/backend/access/heap/heapam.c
index 2eb04d661dc2a767915eef22a5238124ecc28807..4041f9cc5a6d736223b80ce648a20fcdbd46e433 100644
(file)
--- 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, le
ts
it allocate a combocid.
+ * Forbid this during a parallel operation, le
st
it allocate a combocid.
* Other workers might need that combocid for visibility checks, and we
* have no provision for broadcasting it to them.
*/