Re: [PATCH] COPY command's data format option allows only lowercasecsv, text or binary - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] COPY command's data format option allows only lowercasecsv, text or binary
Date
Msg-id 20200629070827.GB183079@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] COPY command's data format option allows only lowercasecsv, text or binary  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Thu, Jun 25, 2020 at 11:07:33AM +0900, Michael Paquier wrote:
> 0d8c9c1 has introduced some in parse_basebackup_options() for the
> new manifest option, and fe30e7e for AlterType(), no?

Please forget this one.  I had a moment of brain fade.  Those have
been added for the option values, and on the option names we use
directly strcmp(), so I am not actually seeing a code path on HEAD
where we use pg_strcasecmp for something coming only from the parser.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: track_planning causing performance regression
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: [Bug fix]There is the case archive_timeout parameter isignored after recovery works.