]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Calculate # of semaphores correctly with --disable-spinlocks.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 4 Apr 2013 13:31:44 +0000 (16:31 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 4 Apr 2013 13:38:21 +0000 (16:38 +0300)
commit6ce083f08a7a30360695c0e9a927fe24f4c77143
treef57a8d5d14b7a851dfe4f1194c08abe59bf5883f
parent677fde06afd23f355e3d599eedc3ba7a66ef4e85
Calculate # of semaphores correctly with --disable-spinlocks.

The old formula didn't take into account that each WAL sender process needs
a spinlock. We had also already exceeded the fixed number of spinlocks
reserved for misc purposes (10). Bump that to 30.

Backpatch to 9.0, where WAL senders were introduced. If I counted correctly,
9.0 had exactly 10 predefined spinlocks, and 9.1 exceeded that, but bump the
limit in 9.0 too because 10 is uncomfortably close to the edge.
src/backend/storage/lmgr/spin.c