mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix copy-and-pasteo in 81c766b3fd.
Report: <57A4E6DF.8070209@dunslane.net>
This commit is contained in:
parent
f10eab73df
commit
fc509cd824
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data,
|
|||
* to set lsn and whenTaken correctly to support snapshot_too_old.
|
||||
*/
|
||||
#define InitToastSnapshot(snapshotdata, l, w) \
|
||||
((snapshotdata).satisfies = HeapTupleSatisfiesDirty, \
|
||||
((snapshotdata).satisfies = HeapTupleSatisfiesToast, \
|
||||
(snapshotdata).lsn = (l), \
|
||||
(snapshotdata).whenTaken = (w))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue