aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-07-03 16:55:27 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-07-03 16:55:27 -0400
commit2c6e6471af9f5b6e4d1b25814a86a1dbd2eb928a (patch)
tree80b1f11f8aaf4ea724e82b2505433e168647d2fa /src/backend/executor/nodeModifyTable.c
parent0e495c5e2f97aa7e2323705a6daed73cdd6c168c (diff)
downloadpostgresql-2c6e6471af9f5b6e4d1b25814a86a1dbd2eb928a.tar.gz
postgresql-2c6e6471af9f5b6e4d1b25814a86a1dbd2eb928a.zip
Allow treating TABLESAMPLE scans as parallel-safe.
This was the intention all along, but an extraneous "return;" in set_rel_consider_parallel() caused sampled rels to never be marked consider_parallel. Since we don't have any partial tablesample path/plan type yet, there's no possibility of parallelizing the sample scan itself; but this fix allows such a scan to appear below a parallel join, for example.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions