RE: use pg_strncasecmp to replace strncmp when compare "pg_"

Поиск
Список
Период
Сортировка
От tanghy.fnst@fujitsu.com
Тема RE: use pg_strncasecmp to replace strncmp when compare "pg_"
Дата
Msg-id OS0PR01MB61138BAFAB5FD041882E38ABFB429@OS0PR01MB6113.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на Re: use pg_strncasecmp to replace strncmp when compare "pg_"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Friday, April 23, 2021 2:06 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote

>>Kyotaro Horiguchi <horikyota.ntt@gmail.com> writes:
>> That doesn't matter at all for now since we match schema identifiers
>> case-sensitively.  Maybe it should be a part of the patch in [1].
>
>Yeah --- maybe this'd make sense as part of a full patch to improve
>tab-complete.c's handling of case folding, but I'm suspicious that
>applying it on its own would just make things less consistent.

Thanks for your reply. Merged this patch to [1]. Any further comment on [1] is very welcome.

[1]
https://www.postgresql.org/message-id/OS0PR01MB6113CA04E06D5BF221BC4FE2FB429%40OS0PR01MB6113.jpnprd01.prod.outlook.com

Regards,
Tang



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "tanghy.fnst@fujitsu.com"
Дата:
Сообщение: RE: Support tab completion for upper character inputs in psql
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: How to test Postgres for any unaligned memory accesses?