Re: abstime bug - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: abstime bug
Date
Msg-id 200507221415.j6MEFeX01883@candle.pha.pa.us
Whole thread Raw
In response to abstime bug  (jw <jw@sduept.com>)
Responses Re: abstime bug  (Michael Fuhr <mike@fuhr.org>)
List pgsql-bugs
jw wrote:
> # select '1901/12/14 1:00'::abstime;
>          abstime
> ------------------------
>   2038-01-19 07:22:24+08
> (1 row)

Current CVS shows:

    test=> select '1901/12/14 1:00'::abstime;
            abstime
    ------------------------
     1901-12-14 01:00:00-05
    (1 row)

What PostgreSQL version are you using?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: "Ing. Jhon Carrillo - Caracas, Venezuela"
Date:
Subject: Re: Postmaster already running !!!
Next
From: Michael Fuhr
Date:
Subject: Re: abstime bug