Revert "pg_dump: Lock all relations, not just plain tables".
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Nov 2020 20:48:21 +0000 (15:48 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Nov 2020 20:48:21 +0000 (15:48 -0500)
commit9e98ddd16e0623fe3f993fdd6dd032af5be7da6c
tree510a6227c539357757a900edda7c72c87d3a3584
parent8b4121903c2d7deca4a7041af791ede46597f9dd
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: http://postgr.es/m/16703-e348f58aab3cf6cc@postgresql.org
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_backup_db.h
src/bin/pg_dump/pg_dump.c