]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Backpatch regression tests added by 2d689babe3cb
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 20 May 2022 15:52:16 +0000 (17:52 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 20 May 2022 15:52:16 +0000 (17:52 +0200)
commitfa51cc86c684e95070228e6829e2753900c6bc79
treee4f56a908fa79b41b4d82a5f7b6a23bd0b52e0cb
parentb57e30c774bc75db67d936a019288d57f6869b1f
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/202205201523.7m5jbfvyanmj@alvherre.pgsql
src/test/regress/expected/event_trigger.out
src/test/regress/sql/event_trigger.sql