Remove pg_dump's --no-synchronized-snapshots switch.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Dec 2021 23:44:47 +0000 (18:44 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Dec 2021 23:44:47 +0000 (18:44 -0500)
commit2a712066d0587f65fcecd44e884dc6a09958dbdd
tree7b6c5d0c16cf390f509bd9b3efb81ec1d400795a
parentbf9a55c10729988a3c7ffbe14108e29d90283939
Remove pg_dump's --no-synchronized-snapshots switch.

Server versions for which there was a plausible reason to
use this switch are all out of support now.  Leaving it
around would accomplish little except to let careless DBAs
shoot themselves in the foot.

Discussion: https://postgr.es/m/556122.1639520324@sss.pgh.pa.us
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_dump.c