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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2a712066d0587f65fcecd44e884dc6a09958dbdd Modified Files -------------- doc/src/sgml/ref/pg_dump.sgml | 14 +------------- src/bin/pg_dump/pg_backup.h | 1 - src/bin/pg_dump/pg_dump.c | 11 ++--------- 3 files changed, 3 insertions(+), 23 deletions(-)
