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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: cf5ce5a) | patch
Remove some unnecessary casts in format arguments
Sun, 8 Aug 2021 20:05:42 +0000 (22:05 +0200)
Sun, 8 Aug 2021 20:08:07 +0000 (22:08 +0200)
commit ae03a7c7391dfc59f14226b7cfd8ef9f3390e56f
Remove some unnecessary casts in format arguments

We can use %zd or %zu directly, no need to cast to int. Conversely,
some code was casting away from int when it could be using %d
directly.
src/backend/access/spgist/spgutils.c diff | blob | blame | history
src/backend/access/transam/xlogutils.c diff | blob | blame | history
src/backend/utils/adt/xml.c diff | blob | blame | history
src/bin/pg_basebackup/receivelog.c diff | blob | blame | history
src/bin/pg_waldump/pg_waldump.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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