pgsql: Backpatch regression tests added by 2d689babe3cb

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Backpatch regression tests added by 2d689babe3cb
Date: 2022-05-20 15:56:50
Message-ID: E1ns4zi-000IcS-7g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fa51cc86c684e95070228e6829e2753900c6bc79

Modified Files
--------------
src/test/regress/expected/event_trigger.out | 58 +++++++++++++++++++++++++++--
src/test/regress/sql/event_trigger.sql | 28 +++++++++++++-
2 files changed, 81 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-05-20 16:57:50 pgsql: Fix DDL deparse of CREATE OPERATOR CLASS
Previous Message Michael Paquier 2022-05-20 09:32:53 pgsql: Add pg_version() to PostgreSQL::Test::Cluster