Re: Win32 defines

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Win32 defines
Date: 2003-04-17 17:40:36
Message-ID: Pine.LNX.4.44.0304171450100.1617-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian writes:

> OK, I have modified the patch to match your suggestions. I also removed
> the N_PLAT_NLM define because I think that just got in when we were
> thinking about the Novell port that we cancelled. Is that correct?

Could you use HAVE_WORKING_LINK instead of HAVE_LINK? The symbol names
containing _WORKING_ are sort of standard for cases where the function
exists but doesn't really work well.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-04-17 17:40:54 Re: Win32 defines
Previous Message Tom Lane 2003-04-17 14:05:20 Re: [HACKERS] Are we losing momentum?