OSDN Git Service

Refactor sprintf calls with computed format strings into multiple calls with
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Jun 2010 00:54:16 +0000 (00:54 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Jun 2010 00:54:16 +0000 (00:54 +0000)
commit418e1d82fd113ac8d7ec20f7aeeefc0a4e563ebb
treee8d3777e54a0d3985812aac6cc77f9cefa87a888
parent24cb6ab9af0350ca7c3703bf3b314206dd1405c0
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.
src/backend/postmaster/postmaster.c
src/interfaces/ecpg/pgtypeslib/dt_common.c