diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-02-26 16:33:37 +0530 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-02-26 16:33:37 +0530 |
commit | 7bea19d0a9d3e6975418ffe685fb510bd31ab434 (patch) | |
tree | 333401c53df4412667e5dcf2f61faed2617f4186 /src/backend/utils/cache/syscache.c | |
parent | 35746bc348b6bf1f690fe17f4f80cfb68e22f504 (diff) | |
download | postgresql-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