Inherit parent's AM for partition MERGE/SPLIT operations

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 259c96fa8f78c0446eba1880850ea6fbe5092120
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2024-04-30T09:00:39Z
Releases: 17.0
Inherit parent's AM for partition MERGE/SPLIT operations

This commit makes new partitions created by ALTER TABLE ... SPLIT PARTITION
and ALTER TABLE ... MERGE PARTITIONS commands inherit the paret table access
method.

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/84ada05b-be5c-473e-6d1c-ebe5dd21b190%40gmail.com
Reviewed-by: Pavel Borisov

Files

Documentation touched

Discussion