aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-02-26 16:33:37 +0530
committerRobert Haas <rhaas@postgresql.org>2016-02-26 16:33:37 +0530
commit7bea19d0a9d3e6975418ffe685fb510bd31ab434 (patch)
tree333401c53df4412667e5dcf2f61faed2617f4186 /src/backend/utils/cache/syscache.c
parent35746bc348b6bf1f690fe17f4f80cfb68e22f504 (diff)
downloadpostgresql-7bea19d0a9d3e6975418ffe685fb510bd31ab434.tar.gz
postgresql-7bea19d0a9d3e6975418ffe685fb510bd31ab434.zip
On second thought, disable parallelism for prepared statements.
CREATE TABLE .. AS EXECUTE can turn an apparently read-only query into a write operation, which parallel query can't handle. It's a bit of a shame that requires us to avoid parallel query for queries prepared via PREPARE in all cases, but for right now it does.
Diffstat (limited to 'src/backend/utils/cache/syscache.c')
0 files changed, 0 insertions, 0 deletions