pgsql: Rename tables in tests of partition MERGE/SPLIT operations

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename tables in tests of partition MERGE/SPLIT operations
Date: 2024-04-30 09:00:58
Message-ID: E1s1jM9-000lFr-Js@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename tables in tests of partition MERGE/SPLIT operations

Replace "salesman" with "salesperson", "salesmen" with "salespeople". The
names are both gramatically correct and gender-neutral.

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/fdaa003e-919c-cbc9-4f0c-e4546e96bd65%40gmail.com
Reviewed-by: Robert Haas, Pavel Borisov

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/partition_merge.out | 666 ++++++-------
src/test/regress/expected/partition_split.out | 1266 ++++++++++++-------------
src/test/regress/sql/partition_merge.sql | 160 ++--
src/test/regress/sql/partition_split.sql | 280 +++---
4 files changed, 1186 insertions(+), 1186 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-04-30 09:14:22 pgsql: Stabilize regression tests introduced by 259c96fa8f
Previous Message Tom Lane 2024-04-30 05:26:59 Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot