Refactor textToQualifiedNameList() - Mailing list pgsql-hackers

From Yugo Nagata
Subject Refactor textToQualifiedNameList()
Date
Msg-id 20180824204412.150979ae6b283ddb639f93f6@sraoss.co.jp
Whole thread Raw
Responses Re: Refactor textToQualifiedNameList()
Re: Refactor textToQualifiedNameList()
List pgsql-hackers
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?

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

Attachment

pgsql-hackers by date:

Previous
From: Maksim Milyutin
Date:
Subject: Re: Hint to set owner for tablespace directory
Next
From: Ashutosh Sharma
Date:
Subject: Reference link for applicable_roles view is missing in thedocumentation of enabled_roles