• Tom Lane's avatar
    Fix parallel-safety markings for contrib/dblink. · 7e81a18d
    Tom Lane authored
    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.
    7e81a18d
dblink--1.1--1.2.sql 2.77 KB