aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-06-17 15:09:57 -0400
committerRobert Haas <rhaas@postgresql.org>2016-06-17 15:18:44 -0400
commit20eb2731b7775f3381939d2667b6aa8ba62ab2c5 (patch)
treed34f4bdb92c64ac4b75c1ae6c3dd6b142f4d0fdb /src/backend/parser/parse_func.c
parent177c56d608d834ee1b0869e4e6a5b73de4227ea4 (diff)
downloadpostgresql-20eb2731b7775f3381939d2667b6aa8ba62ab2c5.tar.gz
postgresql-20eb2731b7775f3381939d2667b6aa8ba62ab2c5.zip
Update dblink extension for parallel query.
Almost all functions provided by this extension are PARALLEL RESTRICTED. Mostly, that's because the leader's TCP connections won't be shared with the workers, but in some cases like dblink_get_pkey it's because they obtain locks which might be released early if taken within a parallel worker. dblink_fdw_validator probably can't be used in a query anyway, but there would be no problem from the point of view of parallel query if it were, so it's PARALLEL SAFE. Andreas Karlsson
Diffstat (limited to 'src/backend/parser/parse_func.c')
0 files changed, 0 insertions, 0 deletions