Re: Refactor textToQualifiedNameList() - Mailing list pgsql-hackers

From Yugo Nagata
Subject Re: Refactor textToQualifiedNameList()
Date
Msg-id 20180827183417.402dab58d21e2c0e623aa2a4@sraoss.co.jp
Whole thread Raw
In response to Refactor textToQualifiedNameList()  (Yugo Nagata <nagata@sraoss.co.jp>)
List pgsql-hackers
On Fri, 24 Aug 2018 20:44:12 +0900
Yugo Nagata <nagata@sraoss.co.jp> wrote:

> Hi,
> 
> When working on other patch[1], I found there are almost same
> functions, texttoQualifiedNameList() and stringToQualifiedNameList().
> The only difference is the argument type, text or char*. I don't know
> why these functions are defined seperately, but I think the former 
> function can be rewritten using the latter code as the attached patch.
> Is this reasonable fix?

I forgot to add a link to the referred thread.

[1] https://www.postgresql.org/message-id/20180817075100.bc99378255943d3c3951ad63%40sraoss.co.jp

> 
> Regards,
> -- 
> Yugo Nagata <nagata@sraoss.co.jp>


-- 
Yugo Nagata <nagata@sraoss.co.jp>


pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: has_table_privilege for a table in unprivileged schema causesan error
Next
From: Michael Paquier
Date:
Subject: Re: Fix help option of contrib/oid2name