projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10eab7
)
Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 5 Aug 2016 20:21:38 +0000
(16:21 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 5 Aug 2016 20:21:38 +0000
(16:21 -0400)
Report: <
57A4E6DF
.
8070209
@dunslane.net>
src/include/utils/tqual.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/tqual.h
b/src/include/utils/tqual.h
index fc7328c1e2ea22bcdd41c76d34c71e45a4e8a9a8..fafe1bd862b535b87594d6324e77c97c31d85279 100644
(file)
--- a/
src/include/utils/tqual.h
+++ b/
src/include/utils/tqual.h
@@
-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 = HeapTupleSatisfies
Dirty
, \
+ ((snapshotdata).satisfies = HeapTupleSatisfies
Toast
, \
(snapshotdata).lsn = (l), \
(snapshotdata).whenTaken = (w))