pgsql: Correct value of LW_SHARED_MASK.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct value of LW_SHARED_MASK.
Date: 2015-09-22 09:18:59
Message-ID: E1ZeJj1-0004pB-RD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct value of LW_SHARED_MASK.

The previous wrong value lead to wrong LOCK_DEBUG output, never showing
any shared lock holders.

Reported-By: Alexander Korotkov
Discussion: CAPpHfdsPmWqz9FB0AnxJrwp1=KLF0n=-iB+QvR0Q8GSmpFVdUQ(at)mail(dot)gmail(dot)com
Backpatch: 9.5, where the bug was introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/62e503b0c29bbb9e0ac7ebce6990bf3c7c3c9a89

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Geoff Winkless 2015-09-22 09:33:44 Re: [HACKERS] pgsql: Use gender-neutral language in documentation
Previous Message Andres Freund 2015-09-22 09:18:58 pgsql: Add some notes about coding conventions do the docs.