Remove pg_dump's --no-synchronized-snapshots switch.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2a712066d0587f65fcecd44e884dc6a09958dbdd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-12-15T23:44:47Z
Releases: 15.0
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

Files

PathChange+/−
doc/src/sgml/ref/pg_dump.sgml modified +1 −13
src/bin/pg_dump/pg_backup.h modified +0 −1
src/bin/pg_dump/pg_dump.c modified +2 −9

Documentation touched

Discussion