• Robert Haas's avatar
    Mark some functions parallel-unsafe. · c7a25c24
    Robert Haas authored
    currtid() and currtid2() call GetLatestSnapshot(), which fails in
    parallel mode.  pg_export_snapshot() calls ExportSnapshot() which
    attempts to assign an XID for the current transaction if it does not
    already have one; that, too, will fail in parallel mode.
    
    Andreas Seltenreich
    c7a25c24
pg_proc.h 548 KB