Thomas Hallgren <[EMAIL PROTECTED]> writes:
> I have a PL/Java user that performs some lengthy operations. Eventually,
> he get warnings like:
> WARNING: buffer refcount leak: [779] (rel=1663/16440/52989, blockNum=3,
> flags=0x27, refcount=1 2)
Look for ReadBuffer calls not matched by ReleaseBuffer.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match