• Robert Haas's avatar
    Transfer current command counter ID to parallel workers. · 423ec087
    Robert Haas authored
    Commit 924bcf4f correctly forbade
    parallel workers to modify the command counter while in parallel mode,
    but it inexplicably neglected to actually transfer the current command
    counter from leader to workers.  This can result in the workers seeing
    a different set of tuples from the leader, which is bad.  Repair.
    423ec087
xact.c 155 KB