remove unused "caller" arg from stringToQualifiedNameList

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: remove unused "caller" arg from stringToQualifiedNameList
Date: 2007-06-25 17:17:47
Message-ID: 20070625171747.GA15627@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This function seems to have an argument that is no longer used (probably
leftover from when it used to report an error message?). This rather
trivial patch removes it and fixes associated fallout.

--
Alvaro Herrera http://www.advogato.org/person/alvherre
"Before you were born your parents weren't as boring as they are now. They
got that way paying your bills, cleaning up your room and listening to you
tell them how idealistic you are." -- Charles J. Sykes' advice to teenagers

Attachment Content-Type Size
stringTQNL-remove-caller.patch text/x-diff 9.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-06-25 17:48:08 Re: remove unused "caller" arg from stringToQualifiedNameList
Previous Message Tom Lane 2007-06-25 17:13:46 Re: Load Distributed Checkpoints, take 3