From: | Richard Guo <rguo(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix test case from a8ccf4e93 |
Date: | 2024-11-26 02:14:06 |
Message-ID: | E1tFl5a-003Y5t-EJ@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2024-11-26 07:52:03 | pgsql: Improve InitShmemAccess() prototype |
Previous Message | Michael Paquier | 2024-11-26 00:45:51 | pgsql: pg_amcheck: Use CppAsString2() for relkind and relpersistence in |