aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-10-04 20:45:06 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-10-04 20:45:25 -0400
commite01e339560ea7d8716924f3b014e902ef646729c (patch)
treed0cb6a2cd5c5cdeb01000a075117f282c497b8f8 /src/backend/utils/adt/jsonpath_exec.c
parentd2c9ef1c80b6adfbeee49507445c1b2eb3d08783 (diff)
downloadpostgresql-e01e339560ea7d8716924f3b014e902ef646729c.tar.gz
postgresql-e01e339560ea7d8716924f3b014e902ef646729c.zip
Improve stability of identity.sql regression test.
I noticed while trying to run the regression tests under a low geqo_threshold that one query on information_schema.columns had unstable (as in, variable from one run to the next) output order. This is pretty unsurprising given the complexity of the underlying plan. Interestingly, of this test's three nigh-identical queries on information_schema.columns, the other two already had ORDER BY clauses guaranteeing stable output. Let's make this one look the same. Back-patch to v10 where this test was added. We've not heard field reports of the test failing, but this experience shows that it can happen when testing under even slightly unusual conditions.
Diffstat (limited to 'src/backend/utils/adt/jsonpath_exec.c')
0 files changed, 0 insertions, 0 deletions