ALTER TABLE .. SET SCHEMA lock strength - Mailing list pgsql-hackers

From Robert Haas
Subject ALTER TABLE .. SET SCHEMA lock strength
Date
Msg-id AANLkTikzah19LWxJ+tD=r4p9ygcY1YY6L1oCqVTM42v+@mail.gmail.com
Whole thread Raw
Responses Re: ALTER TABLE .. SET SCHEMA lock strength  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
While reviewing the SQL/MED patch, I happened to notice that
ExecAlterObjectSchemaStmt calls AlterTableNamespace with a lock mode
argument of AccessExclusiveLock. Does anyone see a reason why
ShareUpdateExclusiveLock would be insufficient?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: and it's not a bunny rabbit, either
Next
From: Dimitri Fontaine
Date:
Subject: Re: Sync Rep Design