OSDN Git Service

Minor code clarity improvement: AFAICS, estate.eval_econtext must be
authorNeil Conway <neilc@samurai.com>
Tue, 10 Jan 2006 18:50:43 +0000 (18:50 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 10 Jan 2006 18:50:43 +0000 (18:50 +0000)
commit8ea91ba18ebc52d91ebb856e75d363d7d552a38b
tree0fd901fc4a26d70a96209156d1c18b981db3302e
parentce8fd39e15894da00e1e209c47eb0936265227c5
Minor code clarity improvement: AFAICS, estate.eval_econtext must be
non-NULL during the guts of plpgsql_exec_trigger() and
plpgsql_exec_function(). Therefore, we can remove the NULL check,
per discussion on -patches.
src/pl/plpgsql/src/pl_exec.c