git.postgresql.org Git - postgresql.git/commit
2020年9月24日 18:45:57 +0000 (20:45 +0200)
2020年9月24日 19:04:21 +0000 (21:04 +0200)
commit c005eb00e7d878cb869854f592103f774e15d01e
Standardize the printf format for st_size
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.
This is the main PostgreSQL git repository.
RSS
Atom