Revert "pg_dump: Lock all relations, not just plain tables".
authorTom Lane <[email protected]>
Fri, 6 Nov 2020 20:48:21 +0000 (15:48 -0500)
committerTom Lane <[email protected]>
Fri, 6 Nov 2020 20:48:21 +0000 (15:48 -0500)
commit802c460a27cc1d01f8c8b9542488bbdfde60dc58
tree95eca3cd4ffe4706d2c2f55a097a1320fc1665f5
parent7dc18c619dac7ddf8af62b4d33e4bd33c7bfb067
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
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