Re: [PATCHES] PostgreSQL 7.2.1 and Sun's C compiler under Solaris8 - Mailing list pgsql-odbc

From Bruce Momjian
Subject Re: [PATCHES] PostgreSQL 7.2.1 and Sun's C compiler under Solaris8
Date
Msg-id 200204180415.g3I4FcO07744@candle.pha.pa.us
Whole thread Raw
In response to Re: [PATCHES] PostgreSQL 7.2.1 and Sun's C compiler under Solaris8  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-odbc
Can I get an ODBC opinion on this?

---------------------------------------------------------------------------

Peter Eisentraut wrote:
> I think we should get rid of the _init and _fini functions altogether,
> because Solaris is not the only platform where this is a problem.
> Evidently, there are already workarounds in place in case they don't work,
> so it shouldn't be a problem to remove them.  Let's see what the ODBC guys
> say.
>
> Stefan Lindner writes:
>
> > Hi,
> >
> > PostgreSQL works well with this combination but with one modification:
> >
> > It will not compile with SunC Version 5.3 (no experience with other
> > versions) unless
> > you make the following change in file psqlodbc.c: remove the functions
> > "_init" and "_fini". The crt.o library of Sun's C compiler contains this
> > functions.
> > This could be done by adding lines like
> >
> >     #if !defined (__SUNPRO_C)
> >     ...
> >     #endif
> >
> > The attachement is a modified version of psqlodbc according to this
> > suggestion
> >
> >
> > Stefan Lindner
> > ---
> > Visionet GmbH, Am Weichselgarten 7, 91058 Erlangen
> > Tel.: 09131/691230, FAX:09131/691111
> > mailto:lindner@visionet.de, http://www.visionet.de
> >
> > Beware of bugs in the above code; I have only proved it correct, not
> > tried it. (Donald E. Knuth)
> >
>
> --
> Peter Eisentraut   peter_e@gmx.net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-odbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 'infinity'::timestamp not translated correctly
Next
From: Edwin Woudt
Date:
Subject: Re: Incorrect import of timestamp fields in MS Access