Fix pg_size_bytes() to be more portable.

Dean Rasheed <dean.a.rasheed@gmail.com>

Commit: ad7cc1c554980145b226a066afe56d9c777ce7ae
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Date: 2016-02-20T11:03:04Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/backend/utils/adt/dbsize.c modified +1 −1