(2018/02/08 23:21), Robert Haas wrote:
On Thu, Feb 8, 2018 at 5:16 AM, Etsuro Fujita
<fujita.ets...@lab.ntt.co.jp>  wrote:
     if (resultRelInfo == NULL);
     {
         /* Initialize partition info. */
         resultRelInfo = ExecInitPartitionInfo(mtstate,
                                               saved_resultRelInfo,
                                               proute,
                                               estate,
                                               leaf_part_index);
     }

I'm pretty sure that code has one semicolon too many.

Good catch!

Best regards,
Etsuro Fujita

Reply via email to