OSDN Git Service

Consistently use gcc's __attribute__((format)) to check sprintf-style
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2001 21:58:28 +0000 (21:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2001 21:58:28 +0000 (21:58 +0000)
commitfcd2e372a77ae5186e80aee20844621139fdf33c
treed5c23e6be4890e4c053a95b62d23a4129dc39966
parent2e5fda7b7e0613b4b7c69d69b609e639deac7c17
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.
src/backend/postmaster/postmaster.c
src/bin/pg_dump/pg_backup.h
src/bin/psql/common.h
src/include/c.h
src/include/lib/stringinfo.h
src/include/postgres.h
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/pqexpbuffer.h