Fix test case from a8ccf4e93
authorRichard Guo <rguo@postgresql.org>
Tue, 26 Nov 2024 02:12:57 +0000 (11:12 +0900)
committerRichard Guo <rguo@postgresql.org>
Tue, 26 Nov 2024 02:12:57 +0000 (11:12 +0900)
commite15e56713702c45402d2728f3d7d68df96b2fbbe
treee9b870799e42b2e51856b9ab82bad8a25a6f3f6e
parent91f5a4a000ea4979e5490e0a111c24f4486d7361
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
src/test/regress/expected/select_distinct_on.out
src/test/regress/sql/select_distinct_on.sql