This patch will stop gcc from issuing warnings about type-punned objects
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +2 −2 |
| src/backend/executor/execQual.c | modified | +3 −3 |
| src/backend/port/sysv_shmem.c | modified | +2 −2 |
| src/backend/storage/lmgr/proc.c | modified | +4 −4 |
| src/bin/psql/command.c | modified | +2 −2 |