pgsql: Fix off-by-one bug in LWLockRegisterTranche(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix off-by-one bug in LWLockRegisterTranche().
Date
Msg-id E1WdmHy-0004PC-Gc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix off-by-one bug in LWLockRegisterTranche().

Original coding failed to enlarge the array as required if
the requested tranche_id was equal to LWLockTranchesAllocated.

In passing, fix poor style of not casting the result of (re)palloc.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4bfc5f1396b18da3a0db73e4406badc4ce793a1e

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c |   12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Clean up temp installations after client program tests.
Next
From: Tom Lane
Date:
Subject: pgsql: Record the proper typmod for an index expression column.