Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only)
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Michael Paquier <michael.paquier@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
Amit Langote <amitlangote09@gmail.com>
Date: 2017-12-01T15:07:16Z
Lists: pgsql-hackers
On Thu, Nov 30, 2017 at 11:54 PM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote: >> I have added a CF entry for this thread by the way >> (https://commitfest.postgresql.org/16/1392/), and marked the thing as >> ready for committer as we agree about the fix. Let's track properly >> this issue until it gets committed. > > Yeah, thanks. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix uninitialized memory reference.
- 59c8078744b5 11.0 landed
-
Centralize executor-related partitioning code.
- 4e5fe9ad19e1 11.0 cited