diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-12-15 18:44:47 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-12-15 18:44:47 -0500 |
commit | 2a712066d0587f65fcecd44e884dc6a09958dbdd (patch) | |
tree | 7b6c5d0c16cf390f509bd9b3efb81ec1d400795a /src/bin/pg_dump/pg_backup.h | |
parent | bf9a55c10729988a3c7ffbe14108e29d90283939 (diff) | |
download | postgresql-2a712066d0587f65fcecd44e884dc6a09958dbdd.tar.gz postgresql-2a712066d0587f65fcecd44e884dc6a09958dbdd.zip |
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
Diffstat (limited to 'src/bin/pg_dump/pg_backup.h')
-rw-r--r-- | src/bin/pg_dump/pg_backup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h index d3aac0dbdf8..753252e05e0 100644 --- a/src/bin/pg_dump/pg_backup.h +++ b/src/bin/pg_dump/pg_backup.h @@ -175,7 +175,6 @@ typedef struct _dumpOptions int no_security_labels; int no_publications; int no_subscriptions; - int no_synchronized_snapshots; int no_toast_compression; int no_unlogged_table_data; int serializable_deferrable; |