[PATCH] Windows port, fix some missing locks - Mailing list pgsql-hackers

From Ranier Vilela
Subject [PATCH] Windows port, fix some missing locks
Date
Msg-id CAEudQArXzuThhWjR9BuwYYpd1Tf5PM=3zGv9Zk11c4Yxq72VoA@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi,
Two possible race condition found.
1. src\backend\port\win32\signal.c (line 82)
The var "pg_signal_queue", is accessed eleswhere with lock.

2. src\backend\postmaster\syslogger.c
The var "rotation_requested" is accessed elsewhere with lock.

regards,
Ranier Vilela

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] src\backend\utils\adt\numeric.c copy and past error
Next
From: John Naylor
Date:
Subject: Re: remove separate postgres.(sh)description files