Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4818377

Browse files
committed
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
1 parent 554106b commit 4818377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/pg_dump/pg_backup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ typedef struct _dumpOptions
153153
int no_synchronized_snapshots;
154154
int no_unlogged_table_data;
155155
int serializable_deferrable;
156-
int quote_all_identifiers;
157156
int disable_triggers;
158157
int outputNoTablespaces;
159158
int use_setsessauth;

0 commit comments

Comments
 (0)