I'm trying to write am table_am extension. But I get "too many Lwlocks taken" after I insert too many tuples. So I try to use UnLockBuffers() everywhere; but it still give me "too many Lwlocks taken", So how should I release All locks?
-------------- jack...@gmail.com