Further fixing to make pg_size_bytes() portable.
Dean Rasheed <dean.a.rasheed@gmail.com>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/dbsize.c | modified | +5 −5 |