Commit 48183778 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 554106b1
...@@ -153,7 +153,6 @@ typedef struct _dumpOptions ...@@ -153,7 +153,6 @@ typedef struct _dumpOptions
int no_synchronized_snapshots; int no_synchronized_snapshots;
int no_unlogged_table_data; int no_unlogged_table_data;
int serializable_deferrable; int serializable_deferrable;
int quote_all_identifiers;
int disable_triggers; int disable_triggers;
int outputNoTablespaces; int outputNoTablespaces;
int use_setsessauth; int use_setsessauth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment