OSDN Git Service

exec_simple_check_plan() must not allow a plan having initPlans or
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Mar 2000 06:19:00 +0000 (06:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Mar 2000 06:19:00 +0000 (06:19 +0000)
commit73f5b0847b1edd93efdab9a8aad4499ae37d3cc5
treed8aff20f042e576cf6d7faa3cd18e87ed85b30dc
parentf3a9d75ebd731a4b7ae313ac9e8e0575e2cc0e38
exec_simple_check_plan() must not allow a plan having initPlans or
subPlans to be considered 'simple'.  This fixes reported problem with
'return exists (select 1 from foo);' in plpgsql function.
src/pl/plpgsql/src/pl_exec.c