Re: [HACKERS] Lost a function overloading capability in v6.3 - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Lost a function overloading capability in v6.3
Date
Msg-id 34FC1F6D.36020445@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] Lost a function overloading capability in v6.3  (Michael Meskes <meskes@topsystem.de>)
List pgsql-hackers
Michael Meskes wrote:

> Thomas G. Lockhart writes:
> > destroydbcreatedb
> >
> > Oops. Sorry about that. The good news is that the function isn't damaging to
> > your system :-/
>
> No problem. It's my test DB anyway.
>
> > > mm=> select abstime_datetime(900000000);
> > > abstime_datetime
> > > ----------------
> > > epoch
> > > (1 row)
>
> Is this answer correct?

Oh! I only noticed the first one, which was the right answer. You are getting
zero into the function in both cases, where for my machine I'm getting garbage
which might be uninitialized stuff or a pointer.

Neither are correct.

Can someone speculate where this might be happening? I don't even know where to
start looking :(

                                                 - Tom


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [HACKERS] Lost a function overloading capability in v6.3
Next
From: darrenk@insightdist.com (Darren King)
Date:
Subject: Re: [HACKERS] doc troubles.