On Sat, Feb 14, 2015 at 5:12 PM, Tom Lane <[email protected]> wrote: > Robert Haas <[email protected]> writes: >> I think this is probably a holdover from before the death of >> SnapshotNow, and that we should just pass NULL to >> systable_beginscan_ordered() here, the same as we do for other catalog >> accesses. Barring objections, I'll go make that change. > > Seems reasonable to me, but why are you only looking at that one and > not the identical code in enum_range_internal()?
I noticed that one after hitting send. I think we should change them both. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
