pgsql: Fix pg_size_bytes() to be more portable. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Fix pg_size_bytes() to be more portable.
Date
Msg-id E1aX5Rv-00022d-Gr@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix pg_size_bytes() to be more portable.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Fix pg_size_bytes() to be more portable.

Commit 53874c5228fe16589a4d01b3e1fab3678e0fd8e3 broke various 32-bit
buildfarm machines because it incorrectly used an 'L' suffix for what
needed to be a 64-bit literal. Thanks to Michael Paquier for helping
to diagnose this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ad7cc1c554980145b226a066afe56d9c777ce7ae

Modified Files
--------------
src/backend/utils/adt/dbsize.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: pgsql: Add pg_size_bytes() to parse human-readable size strings.
Next
From: Pavel Stehule
Date:
Subject: Re: pgsql: Add pg_size_bytes() to parse human-readable size strings.