Re: Function with defval returns error

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Rushabh Lathia" <rushabh(dot)lathia(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, rushabh(dot)lathia(at)enterprisedb(dot)com
Subject: Re: Function with defval returns error
Date: 2008-12-18 20:16:52
Message-ID: 162867790812181216s48f68576vb3e25af08df52103@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> This is fixed in my recent commit --- the ambiguous-function error won't
> occur unless the ambiguous functions represent the best match to the
> actual arguments.
>
> regards, tom lane
>

I did some fast test, and now, it is well, so thank you

regards
Pavel Stehule

> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc Munro 2008-12-18 20:21:40 Re: Patch to eliminate duplicate b64 code from pgcrypto
Previous Message Tom Lane 2008-12-18 20:03:50 Re: PLUGINS Functionlity in Win32 build scripts