Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8
Дата
Msg-id 1467434.1656914113@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Change timeline field of IDENTIFY_SYSTEM to int8  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
Peter Eisentraut <peter@eisentraut.org> writes:
> Change timeline field of IDENTIFY_SYSTEM to int8

Surely this patch is far from complete?

To start with, just a few lines down in IdentifySystem() the column
is filled using Int32GetDatum not Int64GetDatum.  I will get some
popcorn and await the opinions of the 32-bit buildfarm animals.

But what about whatever code is reading the output?  And what if
that code isn't v16?  I can't believe that we can make a wire
protocol change as summarily as this.

            regards, tom lane



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8