aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2024-07-15 13:11:51 +0900
committerFujii Masao <fujii@postgresql.org>2024-07-15 13:14:20 +0900
commit929390e4d860b641f72aece70280e66114bffbd0 (patch)
tree039d54d728cb5bf607cfe43bef7e781ed095511a /src/backend/utils/adt/xml.c
parentcf588e10f664be37a0804e9a8662facd0e163800 (diff)
downloadpostgresql-929390e4d860b641f72aece70280e66114bffbd0.tar.gz
postgresql-929390e4d860b641f72aece70280e66114bffbd0.zip
Fix tablespace handling in MERGE/SPLIT partition commands.
As commit ca4103025d stated, new partitions without a specified tablespace should inherit the parent relation's tablespace. However, previously, ALTER TABLE MERGE PARTITIONS and ALTER TABLE SPLIT PARTITION commands always created new partitions in the default tablespace, ignoring the parent's tablespace. This commit ensures new partitions inherit the parent's tablespace. Backpatch to v17 where these commands were introduced. Author: Fujii Masao Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/abaf390b-3320-40a5-8815-ef476db5cfe7@oss.nttdata.com
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions