Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit734f86d

Browse files
committed
Add new flags argument for xl_heap_visible to heap2_desc.
Masahiko Sawada
1 parent272baaa commit734f86d

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
elseif (info==XLOG_HEAP2_MULTI_INSERT)
131132
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp