From: Robert Haas on 5 Aug 2010 22:11 It seems suspicious to me that LockSharedObject() calls AcceptInvalidationMessges() and LockDatabaseObject() does not. Since the only caller of LockSharedObject() at present is AcquireDeletionLock(), I'm not sure there's an observable bug here at the moment, but then again, I'm also not sure there isn't. The call in LockSharedObject() was added here: http://archives.postgresql.org/pgsql-committers/2006-05/msg00026.php -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Pages: 1 Prev: PL/pgSQL EXECUTE '..' USING with unknown Next: Adding xpath_exists function |