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.
Showing
Please register or sign in to comment
Not all compilers support "long long" and the "LL" integer literal suffix, so use a cast to int64 instead.