]> granicus.if.org Git - postgresql/commit
Fix new warnings from GCC 7
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 11 Apr 2017 18:13:31 +0000 (14:13 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 17 Apr 2017 17:59:46 +0000 (13:59 -0400)
commit6275f5d28a1577563f53f2171689d4f890a46881
tree5195747800c596ab9151a86a322a7698d0bec393
parent0e8286d354520cd8b8ac5e7a963130769f731476
Fix new warnings from GCC 7

This addresses the new warning types -Wformat-truncation
-Wformat-overflow that are part of -Wall, via -Wformat, in GCC 7.
23 files changed:
contrib/pg_standby/pg_standby.c
src/backend/access/heap/rewriteheap.c
src/backend/access/transam/xlog.c
src/backend/postmaster/pgstat.c
src/backend/replication/basebackup.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/logical/snapbuild.c
src/backend/replication/slot.c
src/backend/storage/file/copydir.c
src/backend/storage/file/fd.c
src/backend/storage/file/reinit.c
src/backend/storage/ipc/dsm.c
src/backend/utils/adt/dbsize.c
src/backend/utils/adt/genfile.c
src/backend/utils/cache/relcache.c
src/backend/utils/error/elog.c
src/backend/utils/time/snapmgr.c
src/bin/pg_archivecleanup/pg_archivecleanup.c
src/bin/pg_basebackup/pg_receivewal.c
src/bin/pg_resetwal/pg_resetwal.c
src/bin/pg_rewind/copy_fetch.c
src/common/file_utils.c
src/timezone/pgtz.c