Re: Compiling libpq with VC6

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Compiling libpq with VC6
Date: 2004-08-18 10:32:24
Message-ID: 41233038.9080003@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Regards,
Andreas

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-08-18 10:39:44 Re: pg_restore recognizing $-quotes
Previous Message Dave Page 2004-08-18 09:24:38 Re: 8.0 Beta 1 // Environment Vars // .pgpass