diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-08-14 13:37:48 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-08-14 13:37:48 +0900 |
commit | 96e7e1bc08919ceb34d95140834f0db94266da2e (patch) | |
tree | 1067f880dd455690203e8e75f0f9e1da17dc9dae /src/backend/executor/nodeModifyTable.c | |
parent | 68ef887842ff716097bbb1bad86a40bb62247061 (diff) | |
download | postgresql-96e7e1bc08919ceb34d95140834f0db94266da2e.tar.gz postgresql-96e7e1bc08919ceb34d95140834f0db94266da2e.zip |
Fix random regression failure in test case "collate.icu.utf8"
This is a fix similar to 2d7d67cc, where slight plan alteration can
cause a random failure of this regression test because of an incorect
tuple ordering, except that this one involves lookups of pg_type.
Similarly to the other case, add ORDER BY clauses to ensure the output
order.
The failure has been seen at least once on buildfarm member skink.
Reported-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGLjR9ZBvhXcr9b-NSBHPw9aRgbjyzGE+kqLsT4vwX+nkQ@mail.gmail.com
Backpatch-through: 12
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions