pgsql: Hmm, seems --disable-spinlocks has been broken for awhile and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Hmm, seems --disable-spinlocks has been broken for awhile and
Date: 2006-07-22 21:04:40
Message-ID: 20060722210440.E5DBD9FA6AF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Hmm, seems --disable-spinlocks has been broken for awhile and nobody
noticed. Fix SpinlockSemas() to report the correct count considering
that PG 8.1 adds a spinlock to each shared-buffer header.

Modified Files:
--------------
pgsql/src/backend/storage/lmgr:
spin.c (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/spin.c.diff?r1=1.20&r2=1.21)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-22 21:04:46 pgsql: Hmm, seems --disable-spinlocks has been broken for awhile and
Previous Message Tom Lane 2006-07-22 15:41:56 pgsql: In the recent changes to make the planner account better for