fixes for psqlodbc-07.03.200 part 1 of 2

From: Hartmut Raschick <hartmut(dot)raschick(at)ke-elektronik(dot)de>
To: "postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: fixes for psqlodbc-07.03.200 part 1 of 2
Date: 2003-11-19 10:54:19
Message-ID: 3FBB4BDB.EC482DAE@ke-elektronik.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

MIND PART 2

Here are my updates/fixes for version 07.03.200.
Details:
- EINTR safety for send/recv, NOT4WIN
- init vars before using them (most prominently in
dlg_specific.c::SQLGetPrivateProfileString calls),
- avoid those notorious core dumps when logging on hitting
"null" data... in result.c
- make 07.03.200 work with the new mutex_locks
- may use -DHAVE_ECO_THREAD_LOCKS, if you use libiodbc (or similar)
which already shells every driver call in mutex_locks
- using the driver (in conjunction w/libiodbc) on Solaris in a
threaded environment (thus --enable-pthreads) we also found that
-DHAVE_LOCALTIME_R is a good idea, also configure does not auto-
link libsocket which is needed anyway... (mind libnsl when not
threaded)

please also read included README (which is a HISTORY as well)

P.S.: Always do right. This will gratify some people, and astonish the rest.
- Mark Twain (1835-1910)

--
Hartmut "Hardy" Raschick / Dept. t2
ke Kommunikations-Elektronik GmbH
Wohlenberstr. 3, 30179 Hannover
Phone: ++49 (0)511 6747-564
Fax: ++49 (0)511 6747-340
e-Mail: hartmut(dot)raschick(at)ke-elektronik(dot)de
http://www.ke-elektronik.de

Attachment Content-Type Size
07.03.200-patches-01.tar.gz application/x-gzip 36.2 KB

Browse pgsql-odbc by date

  From Date Subject
Next Message Hartmut Raschick 2003-11-19 10:55:19 fixes for psqlodbc-07.03.20 part 2 of 2
Previous Message Hartmut Raschick 2003-11-19 07:53:31 bugs in 07.03.200