d47cbf474ec and
cbc127917e0 forgot to initialize a few fields they
introduced in the EState, so do that now.
Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/
F5CDD1B5-628C-44A1-9F85-
3958C626F6A9%40gmail.com
estate->es_rteperminfos = NIL;
estate->es_plannedstmt = NULL;
estate->es_part_prune_infos = NIL;
+ estate->es_part_prune_states = NIL;
+ estate->es_part_prune_results = NIL;
+ estate->es_unpruned_relids = NULL;
estate->es_junkFilter = NULL;