Re: [HACKERS] Lost a function overloading capability in v6.3

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Lost a function overloading capability in v6.3
Дата
Msg-id 34FC1F6D.36020445@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Lost a function overloading capability in v6.3  (Michael Meskes <meskes@topsystem.de>)
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] Lost a function overloading capability in v6.3
Следующее
От: darrenk@insightdist.com (Darren King)
Дата:
Сообщение: Re: [HACKERS] doc troubles.