Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only)

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Cc: Amit Langote <amitlangote09(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only)
Date: 2017-11-30 01:17:55
Message-ID: 65449ac9-f9fe-6e43-1242-018f46cb1f28@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017/11/30 10:11, Amit Langote wrote:
> in the attached updated version.

Oops, I messed up taking the diff and mistakenly added noise to the patch.
Fixed in the attached.

Thanks,
Amit

Attachment Content-Type Size
exec-partition-quickexit-v3.patch text/plain 2.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-11-30 01:20:03 Re: [HACKERS] WIP: [[Parallel] Shared] Hash
Previous Message Thomas Munro 2017-11-30 01:17:51 Re: [HACKERS] Parallel Hash take II