Backpatch regression tests added by 2d689babe3cb A new plpgsql test function was added in 14 and up to cover for a bugfix that was not backpatchable. We can add it to older versions as a way to cover other bits of DDL event triggers, with an exception clause to avoid the problematic corner case.
Originally authored by Michaƫl Paquier. Backpatch: 10 through 13. Discussion: https://postgr.es/m/[email protected] Branch ------ REL_13_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/99867e7277229bb234f369a14f100148171d2276 Modified Files -------------- src/test/regress/expected/event_trigger.out | 59 +++++++++++++++++++++++++++-- src/test/regress/sql/event_trigger.sql | 28 +++++++++++++- 2 files changed, 82 insertions(+), 5 deletions(-)
