• Tom Lane's avatar
    Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the · de1dfc12
    Tom Lane authored
    child plan nodes until we have acquired lock on the relation to scan.
    The relative order of initialization of plan nodes isn't real important in
    other cases, but it's critical here because one is supposed to lock a
    relation before its indexes, not vice versa.  The original coding was at
    least vulnerable to deadlock against DROP INDEX, and perhaps worse things.
    de1dfc12
nodeBitmapHeapscan.c 14.6 KB