mirror of https://github.com/postgres/postgres
Existing code used various inconsistent ways to printf struct stat's st_size member. The type of that is off_t, which is in most cases a signed 64-bit integer, so use the long long int format for it.pull/57/head
parent
aecf5ee2bb
commit
c005eb00e7
Loading…
Reference in new issue