Re: CVS tip problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: olly(at)lfix(dot)co(dot)uk
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS tip problems
Date: 2004-05-31 18:55:23
Message-ID: 4958.1086029723@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Oliver Elphick <olly(at)lfix(dot)co(dot)uk> writes:
> 1. There are regression failures on timestamptz and horology which seem
> to have come about either on input or output of timestamps with
> fractional seconds.

I believe I've fixed this.

> 2. If the postmaster is not running, there is garbage in psql's error
> message:

I can't duplicate that here. It looks to me like the probable
explanation is a broken or incompatible version of strerror_r() on your
machine. Does the failure go away if you build without thread-safety?

> 3. There is a compilation warning that a constant will not fit into a
> long in adt.c. There are two more files where INT64CONST() is required
> but not supplied. Patch attached.

Patch applied, thanks.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2004-05-31 20:36:12 Re: CVS tip problems
Previous Message Marc G. Fournier 2004-05-31 18:09:57 Official Freeze Date for 7.5: July 1st, 2004

Browse pgsql-patches by date

  From Date Subject
Next Message Oliver Elphick 2004-05-31 20:36:12 Re: CVS tip problems
Previous Message Bruce Momjian 2004-05-31 17:56:59 Re: [HACKERS] New pg_ctl has retrogressed in error messages