pgsql: Revert "pg_dump: Lock all relations, not just plain tables". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "pg_dump: Lock all relations, not just plain tables".
Date
Msg-id E1kb97z-0005Wt-92@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "pg_dump: Lock all relations, not just plain tables".

Revert 403a3d91c, as well as the followup fix 7f4235032, in all
branches.  We need to think a bit harder about what the behavior
of LOCK TABLE on views should be, and there's no time for that
before next week's releases.  We'll take another crack at this
later.

Discussion: https://postgr.es/m/16703-e348f58aab3cf6cc@postgresql.org

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/768ab4d676aa84cfcb8f59e843e4e97559b6cc5e

Modified Files
--------------
src/bin/pg_dump/pg_backup.h    |  2 --
src/bin/pg_dump/pg_backup_db.c | 67 ------------------------------------------
src/bin/pg_dump/pg_backup_db.h |  2 --
src/bin/pg_dump/pg_dump.c      | 15 ++++------
4 files changed, 5 insertions(+), 81 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: undo mistaken adjustment to LOCK TABLE docs in back branche
Next
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 13.1.