Fix test case from a8ccf4e93
Richard Guo <rguo@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/select_distinct_on.out | modified | +26 −26 |
| src/test/regress/sql/select_distinct_on.sql | modified | +13 −13 |
Discussion
- Reordering DISTINCT keys to match input path's pathkeys 17 messages · 2024-01-23 → 2024-11-26