Re: odbc/UnixWare 7.1.1: No Go. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: odbc/UnixWare 7.1.1: No Go.
Date
Msg-id 5053.985278011@sss.pgh.pa.us
Whole thread Raw
In response to Re: odbc/UnixWare 7.1.1: No Go.  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: odbc/UnixWare 7.1.1: No Go.  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Larry Rosenman writes:
>> Why do WE define _fini?

> Because we need to 'fini' something, I suspect.

See src/interfaces/odbc/psqlodbc.c line 126.  It doesn't look to me like
the _fini() does anything useful; could we take it out?

We do not actually need the _init() anymore either.  Possibly the whole
#ifdef not-Windows segment (lines 92-132) is just asking for trouble and
should be removed.
        regards, tom lane


pgsql-hackers by date:

Previous
From: bpalmer
Date:
Subject: Re: Re: Call for platforms
Next
From: Peter Eisentraut
Date:
Subject: Re: Re: Call for platforms