]> granicus.if.org Git - postgresql/commitdiff
Remove unused C structure member
authorBruce Momjian <bruce@momjian.us>
Mon, 8 Jul 2019 23:31:16 +0000 (19:31 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 8 Jul 2019 23:31:16 +0000 (19:31 -0400)
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

src/bin/pg_dump/pg_backup.h

index db30b54a92f133c91f7b1884154f465b23f99a2a..8c0cedcd983efc467abf7440da6bd75be23ed515 100644 (file)
@@ -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;