Thread: pgsql/src backend/postmaster/postmaster.c bin/ ...

pgsql/src backend/postmaster/postmaster.c bin/ ...

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/03 17:58:28

Modified files:
    src/backend/postmaster: postmaster.c
    src/bin/pg_dump: pg_backup.h
    src/bin/psql   : common.h
    src/include    : c.h postgres.h
    src/include/lib: stringinfo.h
    src/interfaces/libpq: libpq-int.h pqexpbuffer.h

Log message:
    Consistently use gcc's __attribute__((format)) to check sprintf-style
    format strings wherever possible.  Remarkably, this exercise didn't
    turn up any inconsistencies, but it seems a good idea for the future.