citus/src/backend
naisila 8cf6e23c91 Prevent creating child triggers on partitions when adding new node
Pre PG15, tgisinternal is true for a "child" trigger on a partition
cloned from the trigger on the parent.
In PG15, tgisinternal is false in that case. However, we don't want to
create this trigger on the partition since it will create a conflict
when we try to attach the partition to the parent table:
ERROR: trigger "..." for relation "{partition_name}" already exists

Relevant PG commit:
f4566345cf40b068368cb5617e61318da60676ec
2022-08-22 10:01:08 +03:00
..
columnar Remove all references to .source files 2022-08-09 14:15:52 +03:00
distributed Prevent creating child triggers on partitions when adding new node 2022-08-22 10:01:08 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00