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

Commit 659f68f

Browse files
author
Alexander Korotkov
committed
Fix typo in copy of base.
1 parent 0adaea8 commit 659f68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/htup_details.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ struct HeapTupleHeaderData
300300
#define HeapTupleCopyBase(dest, src) \
301301
{ \
302302
(dest)->t_xid_base = (src)->t_xid_base; \
303-
(dest)->t_multi_base = (src)->t_xid_base; \
303+
(dest)->t_multi_base = (src)->t_multi_base; \
304304
}
305305

306306
#define HeapTupleSetZeroBase(tup) \

0 commit comments

Comments
 (0)