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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: e048722) | patch
Fix unportable printf format introduced in commit 9290ad198.
2019年11月25日 15:48:36 +0000 (10:48 -0500)
2019年11月25日 15:48:36 +0000 (10:48 -0500)
commit 5883f5fe27d7b52c812dd0f8cbda67373a14c451
Fix unportable printf format introduced in commit 9290ad198.

"%ld" is not an acceptable format spec for int64 variables, though
it accidentally works on most non-Windows 64-bit platforms. Follow
the lead of commit 6a1cd8b92, and use "%lld" with an explicit cast
to long long. Per buildfarm.
src/backend/replication/walsender.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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