pgsql: Fix test case from a8ccf4e93 - Mailing list pgsql-committers

From Richard Guo
Subject pgsql: Fix test case from a8ccf4e93
Date
Msg-id E1tFl5a-003Y5t-EJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix test case from a8ccf4e93

Commit a8ccf4e93 uses the same table name "distinct_tbl" in both
select_distinct.sql and select_distinct_on.sql, which could cause
conflicts when these two test scripts are run in parallel.

Fix by renaming the table in select_distinct_on.sql to
"distinct_on_tbl".

Per buildfarm (via Tom Lane)

Discussion: https://postgr.es/m/1572004.1732583549@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/select_distinct_on.out | 52 ++++++++++++------------
src/test/regress/sql/select_distinct_on.sql      | 26 ++++++------
2 files changed, 39 insertions(+), 39 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: pg_amcheck: Use CppAsString2() for relkind and relpersistence in
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve InitShmemAccess() prototype