CVSROOT: /cvsroot Module name: pgsql-server Changes by: [EMAIL PROTECTED] 03/10/12 20:19:21
Modified files:
src/backend/commands: tablecmds.c
src/backend/executor: execQual.c
src/backend/port: sysv_shmem.c
Log message:
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.
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
