Use makeNode() to allocate structures that have to be cast to Node *,

Bruce Momjian <bruce@momjian.us>

Commit: 4a2c34d4a035e59be8d4a8eaaa093e701dbef370
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-10-12T23:19:21Z
Releases: 7.4.1
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

PathChange+/−
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