Jakub Woźny <kubaw@o2.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
pgsql-sql by date:
Соглашаюсь с условиями обработки персональных данных