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
Showing
- contrib/dblink/Makefile 2 additions, 1 deletioncontrib/dblink/Makefile
- contrib/dblink/dblink--1.1--1.2.sql 46 additions, 0 deletionscontrib/dblink/dblink--1.1--1.2.sql
- contrib/dblink/dblink--1.2.sql 42 additions, 42 deletionscontrib/dblink/dblink--1.2.sql
- contrib/dblink/dblink.control 1 addition, 1 deletioncontrib/dblink/dblink.control
Loading
Please register or sign in to comment