Remove second argument from textToQualifiedNameList

From: Jaime Casanova <systemguards(at)gmail(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Remove second argument from textToQualifiedNameList
Date: 2005-05-26 04:19:03
Message-ID: c2d9e70e050525211914de5dea@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

i found out that the function textToQualifiedNameList doesn't use the
second argument it receive (caller). i suppose in the past was used
and now it is useless, if that is the case here is a patch removing.
Or are any reasons to keep that argument?

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

Attachment Content-Type Size
textToQualifiedNameList.patch text/plain 10.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-05-26 05:08:46 Re: Remove second argument from textToQualifiedNameList
Previous Message Bruce Momjian 2005-05-26 04:11:17 Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support