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

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: David Rowley <drowley(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)
Date: 2021-07-09 02:54:04
Message-ID: CAApHDvp=twCsGAGQG=A=cqOaj4mpknPBW-EZB-sd+5ZS5gCTtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, 9 Jul 2021 at 14:39, David Rowley <dgrowleyml(at)gmail(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-07-09 03:12:52 pgsql: Add missing Int64GetDatum macro in dbsize.c
Previous Message David Rowley 2021-07-09 02:39:21 Re: pgsql: Fix incorrect return value in pg_size_pretty(bigint)