From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "pg_dump: Lock all relations, not just plain tables". |
Date: | 2020-11-06 21:18:35 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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/[email protected]
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/802c460a27cc1d01f8c8b9542488bbdfde60dc58
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 | 17 +++++------
4 files changed, 7 insertions(+), 81 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2020-11-06 22:05:50 | pgsql: First-draft release notes for 13.1. |
Previous Message | Tom Lane | 2020-11-06 17:15:49 | pgsql: Doc: undo mistaken adjustment to LOCK TABLE docs in back branche |