Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)
Дата
Msg-id CAApHDvp=twCsGAGQG=A=cqOaj4mpknPBW-EZB-sd+5ZS5gCTtA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-committers
On Fri, 9 Jul 2021 at 14:39, David Rowley <dgrowleyml@gmail.com> wrote:
> I've no good ideas yet, but I'm looking.

It looks like I didn't do a good job of adjusting the code to account
for 0aa8f7640 and missed an Int64GetDatum().

I suspect all the 32-bit machines are about to fail.

I'm just checking that now.

David



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Add missing Int64GetDatum macro in dbsize.c