Refactor sprintf calls with computed format strings into multiple calls with

Peter Eisentraut <peter_e@gmx.net>

Commit: 418e1d82fd113ac8d7ec20f7aeeefc0a4e563ebb
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-06-16T00:54:16Z
Releases: 9.0.0
Refactor sprintf calls with computed format strings into multiple calls with
constant format strings, so that the compiler can more easily check the
formats for correctness.

Files