Use makeNode() to allocate structures that have to be cast to Node *,
Bruce Momjian <bruce@momjian.us>
Use makeNode() to allocate structures that have to be cast to Node *, rather than allocating them on the stack. Fixes complaint from gcc 3.3.1.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +10 −9 |
| src/backend/executor/execQual.c | modified | +34 −33 |
| src/backend/port/sysv_shmem.c | modified | +2 −2 |