postgresql/src
Teodor Sigaev cf23b75b4d Fix using too many LWLocks bug, reported by Craig Ringer
<craig@postnewspapers.com.au>.
It was my mistake, I missed limitation of number of held locks, now GIN doesn't
use continiuous locks, but still hold buffers pinned to prevent interference
with vacuum's deletion algorithm.

Backpatch is needed.
2008-04-22 17:52:43 +00:00
..
backend Fix using too many LWLocks bug, reported by Craig Ringer 2008-04-22 17:52:43 +00:00
bin
include Fix using too many LWLocks bug, reported by Craig Ringer 2008-04-22 17:52:43 +00:00
interfaces
makefiles
pl
port Don't pull in pthreads header files in this file because we never use them. 2008-04-22 13:06:57 +00:00
template
test Fix convert_IN_to_join to properly handle the case where the subselect's 2008-04-21 20:54:15 +00:00
timezone
tools FAQ2txt now only controls the main FAQ, not FAQ_DEV. 2008-04-22 10:30:32 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak