• M
    There is a bug in the function executor. The backend crashes while trying to · 906651f6
    Marc G. Fournier 提交于
    execute an sql function containing an utility command (create, notify, ...).
    The bug is part in the planner, which returns a number of plans different
    than the number of commands if there are utility commands in the query, and
    in part in the function executor which assumes that all commands are normal
    query commands and causes a SIGSEGV trying to execute commands without plan.
    
    Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
    906651f6
functions.c 10.0 KB