Re: Simplify Win32 Signaling code

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Simplify Win32 Signaling code
Date: 2005-06-04 19:27:31
Message-ID: 200506041927.j54JRV529355@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander wrote:
> Hi!
>
> A quick-check (haven't checked any details) - your unconditional use of
> Global\ will not work on NT4. With 8.0 we said we wanted to support NT4
> with some limits (IIRC, tablespaces don't work, and the intaller
> definitly doesn't work). If we want to continue doing that (which I
> think we do), the global\ has to be conditional - used on 2000+, not
> used on <= NT4.

How should he make this change? Test OS version or use a different
feature?

--
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-patches by date

  From Date Subject
Next Message Magnus Hagander 2005-06-04 19:40:19 Re: Simplify Win32 Signaling code
Previous Message Bruce Momjian 2005-06-04 19:12:15 Re: Server instrumentation: pg_terminate_backend, pg_reload_conf