On Thu, Jun 14, 2012 at 10:45 AM, Tom Lane <[email protected]> wrote: > Robert Haas <[email protected]> writes: >> Is RESOURCE_RELEASE_AFTER_LOCKS actually used for anything? Is it >> just for extensions? > > I'm too lazy to go look, but it certainly ought to be in use. > The idea is that that's the phase for post-lock-release cleanup, > and anything that can possibly be postponed till after releasing > locks certainly should be ...
Oh, you're right. I missed the logic in ResourceOwnerReleaseInternal. -- 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
