From: ts Date: 2005-05-02T20:43:31+09:00 Subject: Re: Consequences of not calling ruby_finalize()? >>>>> "P" == Phil Tomson writes: P> no ill-effects. What are the consequences of not calling ruby_finalize()? Like the name say it, it run proc and finalizer at the end of ruby. plruby (ruby embedded in postgres) never call it, volontary. Guy Decoux