Re: Re: ODBC configure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>, byron(dot)nikolaidis(at)home(dot)com
Subject: Re: Re: ODBC configure
Date: 2000-06-06 17:34:58
Message-ID: 27250.960312898@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> I wrote:
>> I don't have a problem with ODBC having it's own configure script, if
>> that's what's desired, but then it needs to be used unconditionally.
>> Running the standalone and the integrated show at the same time doesn't
>> work.

> Further investigation shows that the standalone build is completely broken
> and apparently no longer maintained. Thus, is there any point in trying to
> keep it?

AFAICS the only situation where a separate build of ODBC is really
useful is to build a Windows executable of the ODBC driver --- but
of course the autoconf stuff doesn't support that anyway.

For Unix purposes I'd be in favor of making ODBC just another interface
that's built as part of the main build ... but let's see what Lockhart
has to say about it. I think he was responsible for setting it up this
way in the first place, so maybe he's got a good reason for it.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2000-06-06 18:49:32 Re: Odd release numbers for development versions?
Previous Message Tom Lane 2000-06-06 17:28:45 Re: Protection of debugging options