Refactor sprintf calls with computed format strings into multiple calls with
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +5 −4 |
| src/interfaces/ecpg/pgtypeslib/dt_common.c | modified | +17 −5 |