Re: [HACKERS] Adding support for Default partition in partitioning - Mailing list pgsql-hackers

From Rajkumar Raghuwanshi
Subject Re: [HACKERS] Adding support for Default partition in partitioning
Date
Msg-id CAKcux6nK2GcHEA2ss-ra9J5CRd6AjGZ=HKHZYcHXrDg6unxhsg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Adding support for Default partition in partitioning  (Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>)
Responses Re: [HACKERS] Adding support for Default partition in partitioning  (Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>)
List pgsql-hackers
On Thu, May 25, 2017 at 12:10 PM, Jeevan Ladhe <jeevan.ladhe@enterprisedb.com> wrote:
PFA.

Hi

I have applied v13 patch, got a crash when trying to attach default temp partition.

postgres=# CREATE TEMP TABLE temp_list_part (a int) PARTITION BY LIST (a);
CREATE TABLE
postgres=# CREATE TEMP TABLE temp_def_part (a int);
CREATE TABLE
postgres=# ALTER TABLE temp_list_part ATTACH PARTITION temp_def_part DEFAULT;
server closed the connection unexpectedly
    This probably means the server terminated abnormally
    before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>
 
Thanks & Regards,
Rajkumar Raghuwanshi
QMG, EnterpriseDB Corporation

pgsql-hackers by date:

Previous
From: Jeevan Ladhe
Date:
Subject: Re: [HACKERS] Adding support for Default partition in partitioning
Next
From: tushar
Date:
Subject: Re: [HACKERS] Get stuck when dropping a subscription duringsynchronizing table