On Tue, Apr 4, 2017 at 10:21 PM, Pavan Deolasee <[email protected]> wrote: > On Thu, Mar 30, 2017 at 7:55 PM, Robert Haas <[email protected]> wrote: >> but >> try to access the TOAST table would be fatal; that probably would have >> deadlock hazards among other problems. > > Hmm. I think you're right. We could make a copy of the heap tuple, drop the > lock and then access TOAST to handle that. Would that work?
Yeah, but it might suck. :-) -- 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
