pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case
Date
Msg-id E1QdeZR-0002qa-Ir@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2c3d9db56d5d49bdc777b174982251c01348e3d8

Modified Files
--------------
doc/src/sgml/release-9.1.sgml    |   17 +----------------
src/backend/commands/tablecmds.c |   28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix omissions in documentation of the pg_roles view.
Next
From: Simon Riggs
Date:
Subject: pgsql: Alter test results to comply with new ALTER TABLE behaviour.