Re: Can we simplify win32 threading code - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: Can we simplify win32 threading code
Date
Msg-id d78pf0$9u8$1@news.hub.org
Whole thread Raw
In response to Re: Can we simplify win32 threading code  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
""Magnus Hagander"" <mha@sollentuna.net>  writes
>
> It may not be necessary at all. But what I meant is I don't know what
> the default permissinos ar eon a shared mem/event object in the global
> namespace. On the naemd pipe it's "creator/owner full" (so the postgres
> account itself can issue kills), "administrators full" (so anybody who
> is admin on the box can) and "system full" (so the local system can
> issue them). If this is not the default on the other class of objects,
> we'll need to set specific permissions.
>

Ok, I will come up with a patch per discussion. One more thing, any tips to
test the PG win32 signal part?

Regards,
Qingqing




pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: overlaps() does not work as expected?
Next
From: Bruce Momjian
Date:
Subject: Re: patches for items from TODO list