]> granicus.if.org Git - postgresql/commit
This patch will stop gcc from issuing warnings about type-punned objects
authorBruce Momjian <bruce@momjian.us>
Sat, 11 Oct 2003 16:30:55 +0000 (16:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 11 Oct 2003 16:30:55 +0000 (16:30 +0000)
commitd51368dbbdde9cc11299426ec199c142f0a2e062
tree4e485ae70c86574ecaf05667a5933eca5401aa04
parent386e0f9046de6330f2cd5f30a70dbb17e21af87d
This patch will stop gcc from issuing warnings about type-punned objects
when -fstrict-aliasing is turned on, as it is in the latest gcc when you
use -O2

Andrew Dunstan
src/backend/commands/tablecmds.c
src/backend/executor/execQual.c
src/backend/port/sysv_shmem.c
src/backend/storage/lmgr/proc.c
src/bin/psql/command.c