Re: Partitioning with temp tables is broken - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Partitioning with temp tables is broken
Date
Msg-id 29916.1528902239@sss.pgh.pa.us
Whole thread Raw
In response to Re: Partitioning with temp tables is broken  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Responses Re: Partitioning with temp tables is broken
List pgsql-hackers
Ashutosh Bapat <ashutosh.bapat@enterprisedb.com> writes:
> [ lots o' problems with $subject ]

> But a larger question is what use such temporary partitions are?
> Should we just prohibit adding temporary partitions to a permanant
> partitioned table? We should allow adding temporary partitions to a
> temporary partitioned table if only they both belong to the same
> session.

Even if you want to argue that there's a use case for these situations,
it seems far too late in the release cycle to be trying to fix all these
issues.  I think we need to forbid the problematic cases for now, and
leave relaxing the prohibition to be treated as a future new feature.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Index maintenance function for BRIN doesn't checkRecoveryInProgress()
Next
From: Simon Riggs
Date:
Subject: Re: Index maintenance function for BRIN doesn't check RecoveryInProgress()