Re: version dependent compilation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: version dependent compilation
Date: 2005-10-06 12:46:53
Message-ID: 200510061446.54306.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 compatibility (for good reasons in this case).

You should write an autoconf test to detect this.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-10-06 12:49:34 Re: version dependent compilation
Previous Message Alvaro Herrera 2005-10-06 12:45:25 Re: fixing LISTEN/NOTIFY