Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only)
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Michael Paquier <michael.paquier@gmail.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Cc: Amit Langote <amitlangote09@gmail.com>,
Robert Haas <robertmhaas@gmail.com>
Date: 2017-11-30T01:17:55Z
Lists: pgsql-hackers
Attachments
- exec-partition-quickexit-v3.patch (text/plain) patch v3
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
Commits
-
Fix uninitialized memory reference.
- 59c8078744b5 11.0 landed
-
Centralize executor-related partitioning code.
- 4e5fe9ad19e1 11.0 cited