mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix typo in comment.
Backpatch to 9.4 to minimize possible conflicts.
This commit is contained in:
parent
7c055f3ec3
commit
e9eebbaebf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user