BUG #15490: The tablespace of an index defined on a partitioned table does not apply to a newly added partition

Started by PG Bug reporting formover 7 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 15490
Logged by: TaeHoon Kim
Email address: kth999@gmail.com
PostgreSQL version: 11.0
Operating system: Windows 10
Description:

The automatically added index on a newly added partition is in a default
tablespace, not the tablespace specified in the index for the partitioned
table.

#2Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
In reply to: PG Bug reporting form (#1)
Re: BUG #15490: The tablespace of an index defined on a partitioned table does not apply to a newly added partition

On 2018/11/07 16:18, PG Bug reporting form wrote:

The following bug has been logged on the website:

Bug reference: 15490
Logged by: TaeHoon Kim
Email address: kth999@gmail.com
PostgreSQL version: 11.0
Operating system: Windows 10
Description:

The automatically added index on a newly added partition is in a default
tablespace, not the tablespace specified in the index for the partitioned
table.

There is a fix coming for this bug in the 11.1, which will be released
later this week. See the release notes here:

https://www.postgresql.org/docs/devel/release-11-1.html

Thanks,
Amit