Re: [pgsql-hackers-win32] Proposed dirmod.c fix for Win32

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [pgsql-hackers-win32] Proposed dirmod.c fix for Win32
Date: 2004-02-02 21:48:26
Message-ID: 200402022148.i12LmQC13133@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

Claudio Natoli wrote:
>
> For application to HEAD, pending community review (rationale provided below
> in previous message; no responses hopefully indicates agreement :-)
>
> Following application, dirmod.c must be moved to src/backend/port/win32 (ie.
> add to src/backend/port/win32, and remove from src/port).

backend/port is for port files _only_ used by the backend. If you look
at libpq, you will see crypt() used by the backend and in
Makefile/libpq, with special compile flags.

I have fixed dirmod.c in CVS so it uses the same logic as crypt. Please
review and tell me how you like it.

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

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-02-02 22:03:50 Re: [PATCHES] Proposed dirmod.c fix for Win32
Previous Message Magnus Hagander 2004-02-02 21:35:02 Win32 signals patch #2

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-02-02 22:03:50 Re: [PATCHES] Proposed dirmod.c fix for Win32
Previous Message Magnus Hagander 2004-02-02 21:35:02 Win32 signals patch #2