Use makeNode() to allocate structures that have to be cast to Node *,
authorBruce Momjian <bruce@momjian.us>
Sun, 12 Oct 2003 23:19:21 +0000 (23:19 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 12 Oct 2003 23:19:21 +0000 (23:19 +0000)
commit4a2c34d4a035e59be8d4a8eaaa093e701dbef370
tree7bb75eb27de331f150838e477e49bb24cbdfcf5b
parent037468eff2e1fddefd0ece3e8208e70dc0a380e7
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.
src/backend/commands/tablecmds.c
src/backend/executor/execQual.c
src/backend/port/sysv_shmem.c