Re: [COMMITTERS] pgsql: More cleanup after failed reduced-lock-levels-for-DDL feature.

2011-10-22 Thread Simon Riggs
On Fri, Oct 21, 2011 at 6:50 PM, Tom Lane wrote: > More cleanup after failed reduced-lock-levels-for-DDL feature. > > Turns out that use of ShareUpdateExclusiveLock or ShareRowExclusiveLock > to protect DDL changes had gotten copied into several places that were > not touched by either of Simon's

[COMMITTERS] pgsql: More cleanup after failed reduced-lock-levels-for-DDL feature.

2011-10-21 Thread Tom Lane
More cleanup after failed reduced-lock-levels-for-DDL feature. Turns out that use of ShareUpdateExclusiveLock or ShareRowExclusiveLock to protect DDL changes had gotten copied into several places that were not touched by either of Simon's original patches for the feature, and thus neither he nor I

[COMMITTERS] pgsql: More cleanup after failed reduced-lock-levels-for-DDL feature.

2011-10-21 Thread Tom Lane
More cleanup after failed reduced-lock-levels-for-DDL feature. Turns out that use of ShareUpdateExclusiveLock or ShareRowExclusiveLock to protect DDL changes had gotten copied into several places that were not touched by either of Simon's original patches for the feature, and thus neither he nor I