aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/parallel.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-08-25 09:57:09 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-08-25 09:57:27 -0400
commit8c907045f63257859f84b073c0648d2012f7919c (patch)
tree24b76959b5f6245316f133e4266655ee4baf10c0 /src/backend/access/transam/parallel.c
parent46bd14a108ffde3e0db68ccae0fd88a4128c8e84 (diff)
downloadpostgresql-8c907045f63257859f84b073c0648d2012f7919c.tar.gz
postgresql-8c907045f63257859f84b073c0648d2012f7919c.zip
Fix instability in parallel regression tests.
Commit f0c7b789a added a test case in case.sql that creates and then drops both an '=' operator and the type it's for. Given the right timing, that can cause a "cache lookup failed for type" failure in concurrent sessions, which see the '=' operator as a potential match for '=' in a query, but then the type is gone by the time they inquire into its properties. It might be nice to make that behavior more robust someday, but as a back-patchable solution, adjust the new test case so that the operator is never visible to other sessions. Like the previous commit, back-patch to all supported branches. Discussion: <5983.1471371667@sss.pgh.pa.us>
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions