1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00
Files
postgres/src
Alexander Korotkov c5ae07a90a Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code
f2e4cc4279 and 4b3d173629 implement ALTER TABLE ... MERGE/SPLIT
PARTITION(s) commands.  In several places, these commits use palloc(),
where we should use palloc_object() and palloc_array().  This commit
provides appropriate usage of palloc_object() and palloc_array().

Reported-by: Man Zeng <zengman@halodbtech.com>
Discussion: https://postgr.es/m/tencent_3661BB522D5466B33EA33666%40qq.com
2025-12-14 16:10:25 +02:00
..
2025-12-09 13:34:22 -06:00
2025-01-01 11:21:55 -05:00
2025-10-16 20:21:05 +02:00