diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2025-08-08 17:35:01 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2025-08-08 17:35:01 +0900 |
commit | e028ce911ad21e23ca39555e01a2d6c41c76aa79 (patch) | |
tree | 4a6fe43f1dbb7fce4d013cd08bf72fe43f508df7 /src/bin/psql/help.c | |
parent | 7dafc4a413f42a6c0e13c91e50e05329f91e954f (diff) |
Fix oversight in FindTriggerIncompatibleWithInheritance.
This function is called from ATExecAttachPartition/ATExecAddInherit,
which prevent tables with row-level triggers with transition tables from
becoming partitions or inheritance children, to check if there is such a
trigger on the given table, but failed to check if a found trigger is
row-level, causing the caller functions to needlessly prevent a table
with only a statement-level trigger with transition tables from becoming
a partition or inheritance child. Repair.
Oversight in commit 501ed02cf.
Author: Etsuro Fujita <etsuro.fujita@gmail.com>
Discussion: https://postgr.es/m/CAPmGK167mXzwzzmJ_0YZ3EZrbwiCxtM1vogH_8drqsE6PtxRYw%40mail.gmail.com
Backpatch-through: 13
Diffstat (limited to 'src/bin/psql/help.c')
0 files changed, 0 insertions, 0 deletions