Обсуждение: pgsql: Revert "pg_dump: Lock all relations, not just plain tables".

Поиск
Список
Период
Сортировка

pgsql: Revert "pg_dump: Lock all relations, not just plain tables".

От
Tom Lane
Дата:
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_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9e98ddd16e0623fe3f993fdd6dd032af5be7da6c

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      | 11 ++-----
4 files changed, 3 insertions(+), 79 deletions(-)