Fix typo in comment.

Backpatch to 9.4 to minimize possible conflicts.
This commit is contained in:
Kevin Grittner 2015-06-10 17:03:56 -05:00
parent 1e87d4d068
commit 870681017a

View File

@ -91,7 +91,7 @@ extern void HeapTupleSetHintBits(HeapTupleHeader tuple, Buffer buffer,
extern bool HeapTupleHeaderIsOnlyLocked(HeapTupleHeader tuple); 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. * details this is implemented in reorderbuffer.c not tqual.c.
*/ */
extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data, extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data,