pgsql: Remove pg_dump's --no-synchronized-snapshots switch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove pg_dump's --no-synchronized-snapshots switch.
Date
Msg-id E1mxdxk-0007sI-88@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove pg_dump's --no-synchronized-snapshots switch.  (Adrien Nayrat <adrien.nayrat@anayrat.info>)
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Make DLSUFFIX easily discoverable by build scripts
Next
From: Tom Lane
Date:
Subject: pgsql: Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.