]> granicus.if.org Git - postgresql/commit
Further fixing to make pg_size_bytes() portable.
authorDean Rasheed <dean.a.rasheed@gmail.com>
Sat, 20 Feb 2016 15:49:26 +0000 (15:49 +0000)
committerDean Rasheed <dean.a.rasheed@gmail.com>
Sat, 20 Feb 2016 15:49:26 +0000 (15:49 +0000)
commit740d71842b8e0e798c80f4f841227b6de81b5f43
tree9c481c73d8450668c7b0c9e06d321554d9aed770
parentad7cc1c554980145b226a066afe56d9c777ce7ae
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.
src/backend/utils/adt/dbsize.c