Re: [INTERFACES] Re: postgres odbc applix - Mailing list pgsql-interfaces

From Thomas G. Lockhart
Subject Re: [INTERFACES] Re: postgres odbc applix
Date
Msg-id 36374947.F7BB8F92@alumni.caltech.edu
Whole thread Raw
In response to Re: postgres odbc applix  ("Cary B. O'Brien" <cobrien@access.digex.net>)
List pgsql-interfaces
The -Bsymbolic problem is fixed in the PostgreSQL source tree, and will
be included in the v6.4 release which is scheduled for the beginning of
November. I'll post a new standalone tarball then.

Also, I noticed that the changes I'd made to allow disabling mylog() and
qlog() at compile time under Unix got dropped from the sources. I will
add those back in. afaik I'm using a GNU-specific solution:

  #define mylog(args...)

allows a macro with a variable number of arguments. Don't know what
other platforms we are going to run on, but if we don't have solutions
for other compilers then you would need to keep mylog() and qlog() at
compile time. Not a big deal; they can be disabled at runtime anyway
afaik.

                   - Tom

pgsql-interfaces by date:

Previous
From: Andrea Antibo
Date:
Subject: Re: [INTERFACES] applet don't go
Next
From: Herouth Maoz
Date:
Subject: Re: [INTERFACES] applet don't go