| From: | Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> |
|---|---|
| To: | Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Refactor textToQualifiedNameList() |
| Date: | 2018-08-27 09:34:17 |
| Message-ID: | 20180827183417.402dab58d21e2c0e623aa2a4@sraoss.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, 24 Aug 2018 20:44:12 +0900
Yugo Nagata <nagata(at)sraoss(dot)co(dot)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(at)sraoss(dot)co(dot)jp>
--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2018-08-27 10:03:18 | Re: Fix help option of contrib/oid2name |
| Previous Message | Yugo Nagata | 2018-08-27 09:32:09 | Re: has_table_privilege for a table in unprivileged schema causes an error |