pgsql: Fix race condition in ConditionVariablePrepareToSleep.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix race condition in ConditionVariablePrepareToSleep.
Date: 2017-02-09 19:43:39
Message-ID: E1cbud1-0003Gk-Hl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix race condition in ConditionVariablePrepareToSleep.

Thomas Munro

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3f3d60d3bbd10f6cc118d24aadc60e96b9854576

Modified Files
--------------
src/backend/storage/lmgr/condition_variable.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-09 20:05:04 pgsql: simplehash: Additional tweaks to make specifying an allocator wo
Previous Message Robert Haas 2017-02-09 19:36:34 pgsql: pageinspect: Fix hash_bitmap_info not to read the underlying pag