fixes for psqlodbc-07.03.200 part 1 of 2

Поиск
Список
Период
Сортировка
От Hartmut Raschick
Тема fixes for psqlodbc-07.03.200 part 1 of 2
Дата
Msg-id 3FBB4BDB.EC482DAE@ke-elektronik.de
обсуждение исходный текст
Список 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.raschick@ke-elektronik.de
http://www.ke-elektronik.de

Вложения

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Use Declare/Fetch and PG 7.4 (Hiroshi?)
Следующее
От: Hartmut Raschick
Дата:
Сообщение: fixes for psqlodbc-07.03.20 part 2 of 2