pgsql: Fix table name clash in recently introduced test

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix table name clash in recently introduced test
Date: 2023-04-07 21:08:56
Message-ID: E1pktKJ-001vAr-Lu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix table name clash in recently introduced test

A few buildfarm animals recently started complaining about the "child"
relation already existing. e056c557aef added a new child table to inherit.sql,
but triggers.sql, running in the same parallel group, also uses a child table.

Rename the new table to inh_child. It maybe worth renaming child, parent in
other tests as well, but that's work for another day.

Discussion: https://postgr.es/m/20230407204530.52q3v5cu5x6dj676@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/728015a47016dcd734c516e43f326ae491b6a3d2

Modified Files
--------------
src/test/regress/expected/inherit.out | 16 ++++++++--------
src/test/regress/sql/inherit.sql | 6 +++---
2 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-07 21:32:35 pgsql: Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch
Previous Message Andres Freund 2023-04-07 20:30:50 pgsql: Improve IO accounting for temp relation writes