Fix test case from a8ccf4e93

Richard Guo <rguo@postgresql.org>

Commit: e15e56713702c45402d2728f3d7d68df96b2fbbe
Author: Richard Guo <rguo@postgresql.org>
Date: 2024-11-26T02:12:57Z
Releases: 18.0
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

Files

Discussion