• Robert Haas's avatar
    Invalidate caches after cranking up a parallel worker transaction. · 6de6d96d
    Robert Haas authored
    Starting a parallel worker transaction changes our notion of which XIDs
    are in-progress or committed, and our notion of the current command
    counter ID.  Therefore, our view of these caches prior to starting
    this transaction may no longer valid.  Defend against that by clearing
    them.
    
    This fixes a bug in commit 924bcf4f.
    6de6d96d
parallel.c 30.2 KB