Re: Coping with 'C' vs 'newC' function language names - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Coping with 'C' vs 'newC' function language names
Date
Msg-id Pine.LNX.4.21.0011171918470.789-100000@peter.localdomain
Whole thread Raw
In response to Re: Coping with 'C' vs 'newC' function language names  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian writes:

> I think mixing new/old function types in the same object file is pretty
> rare,

What about several object files linked into a shared library?  Won't work.

> and the confusion for programmers of having to label every function
> seems much more error-prone.

I think of it as having to declare your function.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Coping with 'C' vs 'newC' function language names
Next
From: Peter Eisentraut
Date:
Subject: Re: Varchar standard compliance