Re: strange question of pgadmin-tool.

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: strange question of pgadmin-tool.
Date: 2005-10-06 07:21:12
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC31EC@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito(at)inetrt(dot)skcapi(dot)co(dot)jp]
> Sent: 06 October 2005 07:37
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: strange question of pgadmin-tool.
>
> Hi Dave.
>
> I have the problem which is wavering with the release of 8.0.4.
> Probably, this version of pgadmin-tool which we are holding will
> be standard. However, The parameter of ParseDateTime changed.
>
> Anyway, guidance will be required.

Sorry Hiroshi - that's on my list to find a permanent fix. We need some
way to do something like:

#ifdef PG_8_0_4_OR_ABOVE
if (ParseDateTime(values[0], lowstr, sizeof(lowstr), field,
ftype, MAXDATEFIELDS, &nf))
#else
if (ParseDateTime(values[0], lowstr, field, ftype,
MAXDATEFIELDS, &nf))
#endif

In the meantime though, your patch is exactly what I did for 8.0.4 :-)

Regards, Dave

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Bastiaan Wakkie 2005-10-06 09:00:41 1.4.0b1 Install problems
Previous Message Hiroshi Saito 2005-10-06 06:37:02 strange question of pgadmin-tool.