| From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
|---|---|
| To: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| 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:40:19 |
| Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE6C75D8@algol.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
>> 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?
Test the OS version. The other feature that can be used is named pipes,
and that's what we have today ;-) All other kernel objects that we could
use all use the namespaces in the new format, but not back on NT4
//Magnus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-06-04 19:43:05 | Re: Simplify Win32 Signaling code |
| Previous Message | Bruce Momjian | 2005-06-04 19:27:31 | Re: Simplify Win32 Signaling code |