Re: A bug in mapping attributes in ATExecAttachPartition()
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>
Date: 2017-09-14T15:26:34Z
Lists: pgsql-hackers
On Thu, Sep 14, 2017 at 12:59 AM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote: > Since Jeevan Ladhe mentioned this patch [1] earlier this week, sending the > rebased patches here for consideration. Actually there are only 2 patches > now, because 0002 above is rendered unnecessary by ecfe59e50fb [2]. Committed 0001 and back-patched to v10. Your 0002 and the patch from Jeevan Ladhe to which you refer seem to be covering closely related subjects. When I apply either patch by itself, the regression tests pass; when I apply both together, they fail. Could you and Jeevan sort that out? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix inconsistent capitalization.
- 29f021160ea7 10.0 landed
- 42651bdd68a1 11.0 landed
-
Fix bug in deciding whether to scan newly-attached partition.
- f85f88bcc270 10.0 landed
-
Fix lock upgrade hazard in ATExecAttachPartition.
- 972b6ec20bf0 10.0 landed
-
Code beautification for ATExecAttachPartition.
- 583df3b5c562 10.0 landed
-
Teach predtest.c about CHECK clauses to fix partitioning bugs.
- b08df9cab777 10.0 landed
-
Don't explicitly mark range partitioning columns NOT NULL.
- 3ec76ff1f2cf 10.0 cited