Fix unstable regression test output.
Tom Lane <tgl@sss.pgh.pa.us>
Fix unstable regression test output. Output order from the pg_indexes view might vary depending on the phase of the moon, so add ORDER BY to ensure stable results of tests added by commit 386e3d7609c49505e079c40c65919d99feb82505. Per buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/index_including.out | modified | +13 −13 |
| src/test/regress/sql/index_including.sql | modified | +12 −12 |