Re: Re: Bug with timestamp !!!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mitch Vincent" <mitch(at)venux(dot)net>
Cc: pgsql-general(at)postgresql(dot)org, dederer(at)spb(dot)cityline(dot)ru, "Neil Conway" <nconway(at)klamath(dot)dyndns(dot)org>
Subject: Re: Re: Bug with timestamp !!!
Date: 2001-05-13 05:34:51
Message-ID: 2346.989732091@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs pgsql-general

"Mitch Vincent" <mitch(at)venux(dot)net> writes:
> ipa=# select version();
> version
> ---------------------------------------------------------------------
> PostgreSQL 7.1.1 on i386-unknown-freebsd4.2, compiled by GCC 2.95.2

Is that really the release version, or a prerelease? (To be specific,
do you have v 1.49 of src/backend/utils/adt/timestamp.c?)

> ipa=# insert into tmp values('2001-04-01 02:29:52');

If you live in the USA, 4/1 was a DST transition day: there is no such
time as 2:29 AM local time. Some C libraries cope with this better than
others. We made some last-minute patches in 7.1.1 that are intended to
work around the less-well-behaved libraries, and I'm wondering whether
you have 'em.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Eric G. Miller 2001-05-13 05:56:51 Re: Bug with timestamp !!!
Previous Message Mitch Vincent 2001-05-13 05:00:23 Re: Bug with timestamp !!!

Browse pgsql-bugs by date

  From Date Subject
Next Message Eric G. Miller 2001-05-13 05:56:51 Re: Bug with timestamp !!!
Previous Message Mitch Vincent 2001-05-13 05:00:23 Re: Bug with timestamp !!!

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2001-05-13 05:47:55 Re: microsecond log timestamps
Previous Message Alexander Dederer 2001-05-13 05:26:21 Re: Bug with timestamp !!! (resolve)