Re: Compiling libpq with VC6

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Compiling libpq with VC6
Дата
Msg-id 200408181653.i7IGrhV12258@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Compiling libpq with VC6  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: Compiling libpq with VC6  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Andreas Pflug wrote:
> Bruce Momjian wrote:
> > The problem with this approach is that it has us using the non-reliable
> > libc rename/unlink rather than our own in libpq.
>
> Not really. The backend will still use the reliable pg_ functions.
> Frontends continue to use the libc functions, which are totally
> sufficient in non-concurrent access situations.

I would like to keep full Unix semantics for these functions even in
libpq, if possible.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-hackers-win32] 8.0 Beta 1 // Environment Vars // .pgpass
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Compiling libpq with VC6