diff options
author | Dean Rasheed <dean.a.rasheed@gmail.com> | 2019-09-15 13:13:59 +0100 |
---|---|---|
committer | Dean Rasheed <dean.a.rasheed@gmail.com> | 2019-09-15 13:13:59 +0100 |
commit | 3d9a3ef5cbfc70bd2802c3f0da3fbc4e5abdf377 (patch) | |
tree | e4d804b83dc17fc3a5c5308c93d29e76b414feea /src/backend/executor/execMain.c | |
parent | 87e9fae0696d9e3ff70a1438775ad9f786b854a5 (diff) | |
download | postgresql-3d9a3ef5cbfc70bd2802c3f0da3fbc4e5abdf377.tar.gz postgresql-3d9a3ef5cbfc70bd2802c3f0da3fbc4e5abdf377.zip |
Fix intermittent self-test failures caused by the stats_ext test.
Commit d7f8d26d9 added new tests to the stats_ext regression test that
included creating a view in the public schema, without realising that
the stats_ext test runs in the same parallel group as the rules test,
which makes doing that unsafe.
This led to intermittent failures of the rules test on the buildfarm,
although I wasn't able to reproduce that locally. Fix by creating the
view in a different schema.
Tomas Vondra and Dean Rasheed, report and diagnosis by Thomas Munro.
Discussion: https://postgr.es/m/CA+hUKGKX9hFZrYA7rQzAMRE07L4hziCc-nO_b3taJpiuKyLLxg@mail.gmail.com
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions