]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 10 Jun 2015 22:03:56 +0000 (17:03 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 10 Jun 2015 22:03:56 +0000 (17:03 -0500)
Backpatch to 9.4 to minimize possible conflicts.

src/include/utils/tqual.h

index a788e376bc6c905bda3d5ebc315940e0cbfc3400..ee8345e409774accc662d2e3f7300ed6a34d32fe 100644 (file)
@@ -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,