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-0002qc-Jq@gemulon.postgresql.org
Whole thread Raw
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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1f7056099728035b55efcd8f889c7b705a68b6de

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.