You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove enum-related special cases for catalog scans.
When this code was written, catalog scans were normally performed usingSnapshotNow, making special handling necessary here. Now, however, allcatalog scans use MVCC snapshots, so we can change these cases to lookmore like what we do for catalog scans elsewhere in the code.Per discussion with Tom Lane and a reminder from Bruce Momjian.