8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10eab7 commit fc509cdCopy full SHA for fc509cd
src/include/utils/tqual.h
@@ -105,7 +105,7 @@ extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data,
105
* to set lsn and whenTaken correctly to support snapshot_too_old.
106
*/
107
#define InitToastSnapshot(snapshotdata, l, w) \
108
- ((snapshotdata).satisfies = HeapTupleSatisfiesDirty, \
+ ((snapshotdata).satisfies = HeapTupleSatisfiesToast, \
109
(snapshotdata).lsn = (l), \
110
(snapshotdata).whenTaken = (w))
111
0 commit comments