• Robert Haas's avatar
    Remove enum-related special cases for catalog scans. · 9b6a0ce5
    Robert Haas authored
    When this code was written, catalog scans were normally performed using
    SnapshotNow, making special handling necessary here.  Now, however, all
    catalog scans use MVCC snapshots, so we can change these cases to look
    more like what we do for catalog scans elsewhere in the code.
    
    Per discussion with Tom Lane and a reminder from Bruce Momjian.
    9b6a0ce5
enum.c 12.1 KB