Re: exposing pg_controldata and pg_config as functions

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: exposing pg_controldata and pg_config as functions
Дата
Msg-id 569C14AE.5080506@joeconway.com
обсуждение исходный текст
Ответ на Re: exposing pg_controldata and pg_config as functions  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: exposing pg_controldata and pg_config as functions  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 01/16/2016 06:02 AM, Michael Paquier wrote:
> On Wed, Dec 30, 2015 at 9:08 AM, Joe Conway <mail@joeconway.com> wrote:
>> 1) Change NextXID output format from "%u/%u" to "%u:%u"
>>    (see recent hackers thread)
>
> !     printf(_("Latest checkpoint's NextXID:          %u/%u\n"),
>              ControlFile.checkPointCopy.nextXidEpoch,
>              ControlFile.checkPointCopy.nextXid);
>       printf(_("Latest checkpoint's NextOID:          %u\n"),
> --- 646,652 ----
>              ControlFile.checkPointCopy.ThisTimeLineID);
>       printf(_("Latest checkpoint's full_page_writes: %s\n"),
>              ControlFile.checkPointCopy.fullPageWrites ? _("on") : _("off"));
> !     printf(_("Latest checkpoint's NextXID:          %u:%u\n"),
> This should be definitely a separate patch.

Ok. Notwithstanding Simon's reply, there seems to be consensus that this
is the way to go. Will commit it this way unless some additional
objections surface in the next day or so.

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: dblink: add polymorphic functions.
Следующее
От: Joe Conway
Дата:
Сообщение: Re: exposing pg_controldata and pg_config as functions