Fix copy-and-pasteo in 81c766b3fd.

Report: <57A4E6DF.8070209@dunslane.net>
This commit is contained in:
Tom Lane 2016-08-05 16:21:38 -04:00
parent f10eab73df
commit fc509cd824
1 changed files with 1 additions and 1 deletions

View File

@ -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))