Skip to content

Commit 734f86d

Browse files
committed
Add new flags argument for xl_heap_visible to heap2_desc.
Masahiko Sawada
1 parent 272baaa commit 734f86d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/access/rmgrdesc/heapdesc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ heap2_desc(StringInfo buf, XLogReaderState *record)
125125
{
126126
xl_heap_visible *xlrec = (xl_heap_visible *) rec;
127127

128-
appendStringInfo(buf, "cutoff xid %u", xlrec->cutoff_xid);
128+
appendStringInfo(buf, "cutoff xid %u flags %d",
129+
xlrec->cutoff_xid, xlrec->flags);
129130
}
130131
else if (info == XLOG_HEAP2_MULTI_INSERT)
131132
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy