Re: Make description of heap records more talkative for flags

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Make description of heap records more talkative for flags
Дата
Msg-id 152907530797.19071.16897844783986252441.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: Make description of heap records more talkative for flags  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Make description of heap records more talkative for flags  (Dmitry Dolgov <9erthalion6@gmail.com>)
Список 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: WAL prefetch
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: WAL prefetch