On Mon, Jul 4, 2011 at 6:14 AM, Simon Riggs <[email protected]> wrote: > On Mon, Jul 4, 2011 at 9:31 AM, Simon Riggs <[email protected]> wrote: >> Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. >> Locks on inheritance parent remain at lower level, as they were before. >> Remove entry from 9.1 release notes. > > This commit caused pgbuildfarm failures on 15 machines this morning. > Later commit fixes this, I forgot that the lock level is specifically > mentioned in regression test results.
I believe you need a similar fix in CreateTrigger() and DefineQueryRewrite(). -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
