Re: [COMMITTERS] pgsql: Fix a bug in how we generate partition constraints.
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Date: 2017-01-13T20:09:57Z
Lists: pgsql-hackers
Robert Haas wrote: > On Fri, Jan 13, 2017 at 2:31 PM, Robert Haas <robertmhaas@gmail.com> wrote: > > On Fri, Jan 13, 2017 at 2:18 PM, Alvaro Herrera > > <alvherre@2ndquadrant.com> wrote: > >> Hmm, we were discussing this stuff a few days ago, see > >> https://www.postgresql.org/message-id/20170109182800.qrkae62kmur3gfeg@alvherre.pgsql > >> and commit 3957b58b8885441c8d03bc1cfc00e47cf8cd7975. Part of this code > >> duplicates that ... > > > > Is that bad? > > If you are expressing a concern about who wrote this code, I took > Amit's word for it that he did. I'm just saying that the problem at hand is already solved for a related feature, so ISTM this new code should use the recently added routine rather than doing the same thing in a different way. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Avoid some code duplication in map_partition_varattnos().
- cc144155f7cd 10.0 landed
-
Fix a bug in how we generate partition constraints.
- 0563a3a8b591 10.0 cited
-
Fix ALTER TABLE / SET TYPE for irregular inheritance
- 3957b58b8885 10.0 cited