Jakub =?ISO-8859-2?Q?Wo=BCny?= <kubaw(at)o2(dot)pl> writes:
> I wrote a simple function:
> signal(SIGCHLD,SIG_IGN);
> switch(fork())
This will NOT work. It WILL corrupt your database. You do not get to
randomly introduce new processes into the backend set.
regards, tom lane