git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: aecf5ee) | patch
Standardize the printf format for st_size
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.
src/backend/access/transam/twophase.c diff | blob | blame | history
src/backend/access/transam/xlogarchive.c diff | blob | blame | history
src/bin/pg_basebackup/pg_receivewal.c diff | blob | blame | history
src/bin/pg_verifybackup/pg_verifybackup.c diff | blob | blame | history
src/fe_utils/archive.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /