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

2021-04-26 Thread tanghy.f...@fujitsu.com
On Friday, April 23, 2021 2:06 PM, Tom Lane wrote >>Kyotaro Horiguchi 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-c

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

2021-04-22 Thread Tom Lane
Kyotaro Horiguchi writes: > At Thu, 22 Apr 2021 12:44:28 +, "tanghy.f...@fujitsu.com" > wrote in >> 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. > That doesn't matt

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

2021-04-22 Thread Kyotaro Horiguchi
At Thu, 22 Apr 2021 12:44:28 +, "tanghy.f...@fujitsu.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.