aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2015-06-10 17:04:06 -0500
committerKevin Grittner <kgrittn@postgresql.org>2015-06-10 17:04:06 -0500
commite9eebbaebf8a494c40b316e203287fd71dd0fd90 (patch)
treed463191cbe1b4d2b827cd16e539a11b987d9aad6 /src
parent7c055f3ec3bd338a1ebb8c73cff3d01df626471e (diff)
downloadpostgresql-e9eebbaebf8a494c40b316e203287fd71dd0fd90.tar.gz
postgresql-e9eebbaebf8a494c40b316e203287fd71dd0fd90.zip
Fix typo in comment.
Backpatch to 9.4 to minimize possible conflicts.
Diffstat (limited to 'src')
-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 ae285c3ed5f..17aad86add6 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,