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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/postmaster/postmaster.c bin/ ...
Date: 2001-10-03 21:58:28
Message-ID: 200110032158.f93LwSS25824@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-10-03 22:27:59 pgsql/doc TODO
Previous Message tgl 2001-10-03 20:54:22 pgsql/ oc/src/sgml/ref/comment.sgml oc/src/sgm ...