Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.611 -> r1.612)
        
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.611&r2=1.612)
    pgsql/src/interfaces/ecpg/pgtypeslib:
        dt_common.c (r1.53 -> r1.54)
        
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c?r1=1.53&r2=1.54)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to