Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fc509cd

Browse files
committed
Fix copy-and-pasteo in 81c766b.
Report: <57A4E6DF.8070209@dunslane.net>
1 parent f10eab7 commit fc509cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/utils/tqual.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data,
105105
* to set lsn and whenTaken correctly to support snapshot_too_old.
106106
*/
107107
#define InitToastSnapshot(snapshotdata, l, w) \
108-
((snapshotdata).satisfies = HeapTupleSatisfiesDirty, \
108+
((snapshotdata).satisfies = HeapTupleSatisfiesToast, \
109109
(snapshotdata).lsn = (l), \
110110
(snapshotdata).whenTaken = (w))
111111

0 commit comments

Comments
 (0)