Re: MERGE/SPLIT partition commands should create new partitions in the parent's tablespace?
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-11T11:14:39Z
Lists: pgsql-hackers
Attachments
- v2-0001-Ensure-MERGE-SPLIT-partition-commands-create-new-.patch (text/plain) patch v2-0001
On 2024/07/10 22:35, Masahiko Sawada wrote: > BTW the new regression tests don't check the table and index names. > Isn't it better to show table and index names for better > diagnosability? Sounds good to me. I've updated the patch as suggested. Please see the attached patch. Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Fix unstable tests in partition_merge.sql and partition_split.sql.
- 4e5d6c40914e 18.0 cited
-
Fix tablespace handling in MERGE/SPLIT partition commands.
- 929390e4d860 17.0 landed
- c08689662532 18.0 landed