| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
| Cc: | "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, Patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: remove unused "caller" arg from stringToQualifiedNameList |
| Date: | 2007-06-26 04:08:49 |
| Message-ID: | 10821.1182830929@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
"Jaime Casanova" <systemguards(at)gmail(dot)com> writes:
> On 6/25/07, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
>> In any case, this is an exported symbol so maybe it's not a good idea to
>> mess with it. OTOH I checked PL/R and PL/php and neither uses it, so
>> this may not be a problem at all.
> FWIW, we remove the second argument in textToQualifiedNameList() two
> years ago so i think this is just finishing what we already started,
True, we whack around APIs like this one in every release anyway ...
I don't have an objection to changing this in HEAD.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2007-06-26 08:28:58 | Re: Load Distributed Checkpoints, take 3 |
| Previous Message | Jaime Casanova | 2007-06-26 01:11:19 | Re: remove unused "caller" arg from stringToQualifiedNameList |