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

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: tanghy(dot)fnst(at)fujitsu(dot)com
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: use pg_strncasecmp to replace strncmp when compare "pg_"
Date: 2021-04-23 04:13:20
Message-ID: 20210423.131320.808187692039343648.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Thu, 22 Apr 2021 12:44:28 +0000, "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com> wrote in
> Hi
>
> When try to improve the tab compleation feature in [1], I found an existing problem and a typo.
> The patch was attached, please kindly to take a look at it. Thanks.
>
> [1]
> htdrop indetps://www.postgresql.org/message-id/OS0PR01MB61131A4347D385F02F60E123FB469%40OS0PR01MB6113.jpnprd01.prod.outlook.com

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].

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-04-23 04:17:35 Re: Support tab completion for upper character inputs in psql
Previous Message shiy.fnst@fujitsu.com 2021-04-23 03:41:14 RE: Truncate in synchronous logical replication failed