summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Grittner2015-06-10 22:03:56 +0000
committerKevin Grittner2015-06-10 22:03:56 +0000
commit870681017a9e39e25aca14a2426cdbc57e3ce2af (patch)
tree6d0e82e8d7ee29c92c3edc8c468a743d3bd2e0ae
parent1e87d4d0680b950eabf3e050071559a6f04fa07a (diff)
Fix typo in comment.
Backpatch to 9.4 to minimize possible conflicts.
-rw-r--r--src/include/utils/tqual.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h
index a788e376bc..ee8345e409 100644
--- a/src/include/utils/tqual.h
+++ b/src/include/utils/tqual.h
@@ -91,7 +91,7 @@ extern void HeapTupleSetHintBits(HeapTupleHeader tuple, Buffer buffer,
extern bool HeapTupleHeaderIsOnlyLocked(HeapTupleHeader tuple);
/*
- * To avoid leaking to much knowledge about reorderbuffer implementation
+ * To avoid leaking too much knowledge about reorderbuffer implementation
* details this is implemented in reorderbuffer.c not tqual.c.
*/
extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data,