git.postgresql.org Git - postgresql.git/commit
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.
This is the main PostgreSQL git repository.
RSS
Atom