pgsql: Fix incorrect decision about which lock to take.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect decision about which lock to take.
Date: 2016-02-21 12:03:08
Message-ID: E1aXSjE-0000Cc-TG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect decision about which lock to take.

Spotted by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/88aca5662d6a6362ce8c5aba08f469e92f44a1e7

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2016-02-21 15:42:18 pgsql: Fix two-argument jsonb_object when called with empty arrays
Previous Message Robert Haas 2016-02-21 10:17:55 pgsql: Cosmetic improvements to group locking.