diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-03 18:24:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-03 18:24:49 -0400 |
commit | 110a6dbdebebac9401b43a8fc223e6ec43cd4d10 (patch) | |
tree | 5052d014ba377e1be0eef07c8fa925e3309f5394 /src/backend/utils/adt/jsonb.c | |
parent | 4ea9948e58a57316330acb1701f979bc1e872f50 (diff) | |
download | postgresql-110a6dbdebebac9401b43a8fc223e6ec43cd4d10.tar.gz postgresql-110a6dbdebebac9401b43a8fc223e6ec43cd4d10.zip |
Allow RTE_SUBQUERY rels to be considered parallel-safe.
There isn't really any reason not to; the original comments here were
partly confused about subplans versus subquery-in-FROM, and partly
dependent on restrictions that no longer apply now that subqueries return
Paths not Plans. Depending on what's inside the subquery, it might fail
to produce any parallel_safe Paths, but that's fine.
Tom Lane and Robert Haas
Diffstat (limited to 'src/backend/utils/adt/jsonb.c')
0 files changed, 0 insertions, 0 deletions