diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-03-14 19:48:46 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-03-14 19:48:46 -0400 |
commit | 270b7daf5cb1e955f8771ec819eb810057d1779b (patch) | |
tree | 3ecc47e050deec707e0c738107cc39bbf7fce6e1 /src/backend/utils/adt/json.c | |
parent | 5864d6a4b62ada2ad60a8c456b4ee62972a9c10d (diff) | |
download | postgresql-270b7daf5cb1e955f8771ec819eb810057d1779b.tar.gz postgresql-270b7daf5cb1e955f8771ec819eb810057d1779b.zip |
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
We don't support any parallel write operations at present, so choosing
a parallel plan causes us to error out. Also, add a new regression
test that uses EXPLAIN ANALYZE SELECT INTO; if we'd had this previously,
force_parallel_mode testing would have caught this issue.
Mithun Cy and Robert Haas
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions