Original coding of 'returning' regression test inadvertently chose a
Tom Lane <tgl@sss.pgh.pa.us>
Original coding of 'returning' regression test inadvertently chose a nonunique join value, leading to plan-choice-dependent results ... and it seems some platforms will choose a different plan. Tweak the test so that it has well-defined results. Per report from Olivier Prenant.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/returning.out | modified | +8 −8 |
| src/test/regress/sql/returning.sql | modified | +2 −2 |