Re: Extra quote_all_identifiers in _dumpOptions - Mailing list pgsql-hackers

From Arthur Zakirov
Subject Re: Extra quote_all_identifiers in _dumpOptions
Date
Msg-id 7967be19-322c-ec5e-ac93-61a3c3092cce@postgrespro.ru
Whole thread Raw
In response to Re: Extra quote_all_identifiers in _dumpOptions  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 09.07.2019 02:32, Bruce Momjian wrote:
>> diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h
>> index db30b54a92..8c0cedcd98 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;
> 
> Wow, good catch.  I thought C compilers would have reported this issue,
> but obviously not.  Patch applied to head.  Thanks.

Thank you, Bruce!

-- 
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Add parallelism and glibc dependent only options to reindexdb
Next
From: Tomas Vondra
Date:
Subject: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)