pgsql: Change role names used in trigger test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change role names used in trigger test.
Date: 2025-06-05 15:06:09
Message-ID: E1uNCAT-000JDI-24@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change role names used in trigger test.

The choices made in commit 01463e1cc might pose copyright hazards,
and are more cutesy than informative anyway.

Reported-by: Noah Misch <noah(at)leadboat(dot)com>
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/20250415155850.9b.nmisch@google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b05ebf0957bc796b9ea8f4d2ab5985714ef3252

Modified Files
--------------
src/test/regress/expected/triggers.out | 26 +++++++++++++-------------
src/test/regress/sql/triggers.sql | 18 +++++++++---------
2 files changed, 22 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-06-05 15:18:31 pgsql: Avoid bogus scans of partitions when validating FKs to partition
Previous Message Etsuro Fujita 2025-06-05 10:40:43 Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable