mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Fix copy-and-pasteo in 81c766b3fd
.
Report: <57A4E6DF.8070209@dunslane.net>
This commit is contained in:
@@ -105,7 +105,7 @@ extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data,
|
|||||||
* to set lsn and whenTaken correctly to support snapshot_too_old.
|
* to set lsn and whenTaken correctly to support snapshot_too_old.
|
||||||
*/
|
*/
|
||||||
#define InitToastSnapshot(snapshotdata, l, w) \
|
#define InitToastSnapshot(snapshotdata, l, w) \
|
||||||
((snapshotdata).satisfies = HeapTupleSatisfiesDirty, \
|
((snapshotdata).satisfies = HeapTupleSatisfiesToast, \
|
||||||
(snapshotdata).lsn = (l), \
|
(snapshotdata).lsn = (l), \
|
||||||
(snapshotdata).whenTaken = (w))
|
(snapshotdata).whenTaken = (w))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user