Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint) - Mailing list pgsql-committers

From David Rowley
Subject Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)
Date
Msg-id CAApHDvp=twCsGAGQG=A=cqOaj4mpknPBW-EZB-sd+5ZS5gCTtA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)  (David Rowley <dgrowleyml@gmail.com>)
List 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 by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)
Next
From: David Rowley
Date:
Subject: pgsql: Add missing Int64GetDatum macro in dbsize.c