Re: Make description of heap records more talkative for flags
От | Dmitry Dolgov |
---|---|
Тема | Re: Make description of heap records more talkative for flags |
Дата | |
Msg-id | CA+q6zcUD6oM0OAgiz6VbFYJSasjq2B5afTU8mdO2iDio+-3ZSw@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Make description of heap records more talkative for flags (Nathan Bossart <bossartn@amazon.com>) |
Ответы |
Re: Make description of heap records more talkative for flags
|
Список | pgsql-hackers |
> On Fri, 15 Jun 2018 at 17:09, Nathan Bossart <bossartn@amazon.com> wrote: > > 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? This thread is being inactive for quite some time. As far as I understand, the agreement was to add it in the PG12 commit cycle, so probably it's a good time to do so. Any plans about that?
В списке pgsql-hackers по дате отправления: