Re: [HACKERS] version dependent compilation

2005-10-06 Thread Dave Page
> -Original Message- > From: Peter Eisentraut [mailto:[EMAIL PROTECTED] > Sent: 06 October 2005 13:47 > To: Andreas Pflug > Cc: pgsql-hackers@postgresql.org; Dave Page > Subject: Re: [HACKERS] version dependent compilation > > Am Donnerstag, 6. Oktober 2005 12:

Re: [HACKERS] version dependent compilation

2005-10-06 Thread Alvaro Herrera
On Thu, Oct 06, 2005 at 10:50:29AM +, Andreas Pflug wrote: > Apparently, there's currently no way to perform conditional compiling > dependent on the version of pgsql. Currently we're facing the problem > that ParseDateTime changed its parameters between 8.0.3 and 8.0.4, > breaking backward

Re: [HACKERS] version dependent compilation

2005-10-06 Thread Peter Eisentraut
Am Donnerstag, 6. Oktober 2005 12:50 schrieb Andreas Pflug: > Apparently, there's currently no way to perform conditional compiling > dependent on the version of pgsql. Currently we're facing the problem > that ParseDateTime changed its parameters between 8.0.3 and 8.0.4, > breaking backward compat