postgresql/contrib/pg_upgrade
Peter Eisentraut 52ce20589a Add missing format attributes
Add __attribute__ decorations for printf format checking to the places that
were missing them.  Fix the resulting warnings.  Add
-Wmissing-format-attribute to the standard set of warnings for GCC, so these
don't happen again.

The warning fixes here are relatively harmless.  The one serious problem
discovered by this was already committed earlier in
cf15fb5cab.
2011-09-10 23:12:46 +03:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
IMPLEMENTATION Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
TESTING Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
check.c In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 2011-09-07 14:43:12 -04:00
controldata.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
dump.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
exec.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
file.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
function.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
info.c Add missing format attributes 2011-09-10 23:12:46 +03:00
option.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
page.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
pg_upgrade.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
pg_upgrade.h Add missing format attributes 2011-09-10 23:12:46 +03:00
relfilenode.c Add missing format attributes 2011-09-10 23:12:46 +03:00
server.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
tablespace.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
util.c Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 2011-08-26 21:16:24 -04:00
version.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
version_old_8_3.c In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 2011-09-07 14:43:12 -04:00