diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-17 23:08:21 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-17 23:08:21 -0400 |
commit | 7e81a18d49f2ffc3397bde2660b255b56d8a6d77 (patch) | |
tree | 8a09d356eefadf178dceaab18c3c1ab489decba4 /src/backend/utils/adt/numeric.c | |
parent | 915b703e169c38573591e69ae3939a7bf25e90d2 (diff) | |
download | postgresql-7e81a18d49f2ffc3397bde2660b255b56d8a6d77.tar.gz postgresql-7e81a18d49f2ffc3397bde2660b255b56d8a6d77.zip |
Fix parallel-safety markings for contrib/dblink.
As shown by buildfarm reports, dblink_build_sql_insert and
dblink_build_sql_update are *not* parallel safe, because they
may attempt to access temporary tables of the local session.
Although dblink_build_sql_delete doesn't actually touch the
contents of the referenced table, it seems consistent and prudent
to mark it PARALLEL RESTRICTED too.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions