Re: pgsql: Allow a partitioned table to have a default partition.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Allow a partitioned table to have a default partition.
Date: 2017-09-09 00:08:25
Message-ID: CA+TgmobhuVaug6bRVL0GFRkP1sYgV=NJeXQe1tpBegjkMO5DGg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Sep 8, 2017 at 6:50 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> But it ain't. It's failing on empty partition expressions, and there's
> a short-circuit exit from map_partition_varattnos.
>
> Will fix.

Thanks.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-09 00:45:38 pgsql: Fix failure-to-copy bug in commit 6f6b99d13.
Previous Message Tom Lane 2017-09-08 23:04:39 pgsql: Fix uninitialized-variable bug.