• Alvaro Herrera's avatar
    Repair find_inheritance_children with no active snapshot · 4131f755
    Alvaro Herrera authored
    When working on a scan with only a catalog snapshot, we may not have an
    ActiveSnapshot set.  If we were to come across a detached partition,
    that would cause a crash.  Fix by only ignoring detached partitions when
    there's an active snapshot.
    4131f755
pg_inherits.c 17.5 KB