pgsql: Use an always-there test, not an Assert, to check for overrun of

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use an always-there test, not an Assert, to check for overrun of
Date: 2005-04-08 03:43:56
Message-ID: 20050408034356.709CF53BCD@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use an always-there test, not an Assert, to check for overrun of
the held_lwlocks[] array. Per Qingqing Zhou.

Modified Files:
--------------
pgsql/src/backend/storage/lmgr:
lwlock.c (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lwlock.c.diff?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2005-04-08 08:05:03 pginstaller - pginst: Prep for 8.0.2
Previous Message User Jwp 2005-04-08 01:45:57 python - be: Finish transition Move/Rename files.