pgsql: Silence a gcc compiler warning about non-literal format string

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence a gcc compiler warning about non-literal format string
Date: 2009-05-20 08:48:10
Message-ID: 20090520084810.EF7E175331D@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Silence a gcc compiler warning about non-literal format string with no args
when compiling with -Wformat-security. Fujii Masao.

Modified Files:
--------------
pgsql/src/backend/commands:
tablecmds.c (r1.284 -> r1.285)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.284&r2=1.285)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2009-05-20 16:13:18 pgsql: Removed some unneeded variables and comparisons
Previous Message Peter Eisentraut 2009-05-19 22:32:41 pgsql: Add documentation string for LDFLAGS_SL in configure --help