Further fixing to make pg_size_bytes() portable.

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

Commit: 740d71842b8e0e798c80f4f841227b6de81b5f43
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Date: 2016-02-20T15:49:26Z
Releases: 9.6.0
Further fixing to make pg_size_bytes() portable.

Not all compilers support "long long" and the "LL" integer literal
suffix, so use a cast to int64 instead.

Files

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