Re: pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case
Date: 2011-07-04 10:14:59
Message-ID: CA+U5nM+BvAc4jhP8RPqmiF5URJSFJzCYDq_vSpsUYq1FJUG0Mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Jul 4, 2011 at 9:31 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> 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.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-07-04 11:41:31 pgsql: Remove silent_mode. You get the same functionality with "pg_ctl
Previous Message Simon Riggs 2011-07-04 10:11:24 pgsql: Alter test results to comply with new ALTER TABLE behaviour.