• Robert Haas's avatar
    Pass the source text for a parallel query to the workers. · 4c728f38
    Robert Haas authored
    With this change, you can see the query that a parallel worker is
    executing in pg_stat_activity, and if the worker crashes you can
    see what query it was executing when it crashed.
    
    Rafia Sabih, reviewed by Kuntal Ghosh and Amit Kapila and slightly
    revised by me.
    4c728f38
execParallel.c 26.9 KB