Remove incorrect 'Assert(targetList != NULL)'. An
INSERT ... DEFAULT VALUES statement does indeed have a null targetlist, at least during parse and rewrite stages.
Showing
Please register or sign in to comment
INSERT ... DEFAULT VALUES statement does indeed have a null targetlist, at least during parse and rewrite stages.