[HACKERS] Pl/perlu, DBD::Oracle and Sys:SigAction problem - crash of backend process

2009-08-17 Thread Tomasz Olszak
Greetings! I've encounter repeatable postgres crash. I developed set of pl/perlu functions to import data from oracle to postgres. there is one function that initializes session variables ($_SHARED) . Everything was very effective and fast but... when Oracle host disconnected plperlu function

Re: [HACKERS] Pl/perlu, DBD::Oracle and Sys:SigAction problem - crash of backend process

2009-08-17 Thread Andrew Dunstan
Tomasz Olszak wrote: Greetings! I've encounter repeatable postgres crash. I developed set of pl/perlu functions to import data from oracle to postgres. I should have thought modifying signal handlers in PLPerl was a straight recipe for disaster, even if the code puts them back or thinks