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

From Bruce Momjian
Subject Re: [pgsql-hackers-win32] Proposed dirmod.c fix for Win32
Date
Msg-id 200402022148.i12LmQC13133@candle.pha.pa.us
Whole thread Raw
In response to Re: [pgsql-hackers-win32] Proposed dirmod.c fix for Win32  (Claudio Natoli <claudio.natoli@memetrics.com>)
List 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@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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [pgsql-hackers-win32] Proposed dirmod.c fix for Win32
Next
From: Kurt Roeckx
Date:
Subject: Fix memcmp() with different sizes.