diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-07-08 19:31:16 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-07-08 19:31:16 -0400 |
commit | 481837783bee98795379153e7b60405f21fdb38b (patch) | |
tree | d71bd60a4dfe1768c65145c3bc893bd911d5537b /src | |
parent | 554106b1163853757b72ce14d7db5050c32bfa6a (diff) | |
download | postgresql-481837783bee98795379153e7b60405f21fdb38b.tar.gz postgresql-481837783bee98795379153e7b60405f21fdb38b.zip |
Remove unused C structure member
Remove quote_all_identifiers from struct _dumpOptions.
Discussion: https://postgr.es/m/d3d92ce9-78a4-8adb-0393-d3deeec29f7e@postgrespro.ru
Author: Arthur Zakirov
Backpatch-through: head
Diffstat (limited to 'src')
-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 db30b54a92f..8c0cedcd983 100644 --- a/src/bin/pg_dump/pg_backup.h +++ b/src/bin/pg_dump/pg_backup.h @@ -153,7 +153,6 @@ typedef struct _dumpOptions int no_synchronized_snapshots; int no_unlogged_table_data; int serializable_deferrable; - int quote_all_identifiers; int disable_triggers; int outputNoTablespaces; int use_setsessauth; |