Re: multi-column range partition constraint
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Pg Hackers <pgsql-hackers@postgresql.org>,
Olaf Gawenda <olaf.gw@googlemail.com>
Date: 2017-05-13T04:42:01Z
Lists: pgsql-hackers
Attachments
- 0001-Emit-correct-range-partition-constraint-expression.patch (application/octet-stream) patch 0001
- 0002-Add-pg_get_partition_constraintdef.patch (application/octet-stream) patch 0002
On Sat, May 13, 2017 at 11:01 AM, Robert Haas <robertmhaas@gmail.com> wrote: > On Fri, May 12, 2017 at 12:46 PM, Robert Haas <robertmhaas@gmail.com> wrote: >> On Fri, May 12, 2017 at 3:26 AM, Amit Langote >> <Langote_Amit_f8@lab.ntt.co.jp> wrote: >>> Fixed. >> >> This seems to be the same patch version as last time, so none of the >> things you mention as fixed are, in fact, fixed. Really sorry about the mix-up. > We are kind of running out of time here before beta1, but Amit thinks > he can get the correct patch posted within about 24 hours, so I'm > going to wait for that to happen rather than trying to revise his > previous version myself. Hence, next update tomorrow. Argh. Attached is the correct version. Thanks, Amit
Commits
-
Teach \d+ to show partitioning constraints.
- 1848b73d4576 10.0 landed
-
Disallow finite partition bound following earlier UNBOUNDED column.
- 3439f8447564 10.0 landed