Re: Make description of heap records more talkative for flags

From: Nathan Bossart <bossartn(at)amazon(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: Make description of heap records more talkative for flags
Date: 2018-06-15 15:08:27
Message-ID: 152907530797.19071.16897844783986252441.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation: not tested

- appendStringInfo(buf, "off %u", xlrec->offnum);
+ appendStringInfo(buf, "off %u flags %02X", xlrec->offnum,
+ xlrec->flags);

Can we add "0x" before the flags so that it is abundantly clear it's a
hex value?

Nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2018-06-15 15:15:11 Re: WAL prefetch
Previous Message Amit Kapila 2018-06-15 15:03:01 Re: WAL prefetch