Commit 87068101 authored by Kevin Grittner's avatar Kevin Grittner

Fix typo in comment.

Backpatch to 9.4 to minimize possible conflicts.
parent 1e87d4d0
...@@ -91,7 +91,7 @@ extern void HeapTupleSetHintBits(HeapTupleHeader tuple, Buffer buffer, ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment