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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        spin.c (r1.17.2.1 -> r1.17.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/spin.c.diff?r1=1.17.2.1&r2=1.17.2.2)