OSDN Git Service

Remove incorrect 'Assert(targetList != NULL)'. An
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Sep 1999 17:20:58 +0000 (17:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Sep 1999 17:20:58 +0000 (17:20 +0000)
commitfe2ab18ed91aa970d0c21e72c1b10c5641c0d8c7
tree49941f6561cfe3bdbbf79010c39ef3a02c63dbb2
parente1a8b0f2ce75e55dedae46286dd2253c322c499a
Remove incorrect 'Assert(targetList != NULL)'.  An
INSERT ... DEFAULT VALUES statement does indeed have a null targetlist,
at least during parse and rewrite stages.
src/backend/rewrite/rewriteHandler.c