Re: fork() and dynamically loaded c functions....

From: Jay Flattery <jaycode(at)rocketmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: fork() and dynamically loaded c functions....
Date: 2010-08-11 09:27:49
Message-ID: 803974.48380.qm@web120108.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>You might find that doing on_exit_reset() in the child would fix the

>worst problems, but it still sounds chancy as heck.

Thanks for that. The fork() is certainly more convenient than exec'g something
else - hopefully OK since we're just prototyping something.

Quick question: where is _exit_reset() located? Searched doxygen (and google),
but couldn't find anything on it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marco Colombo 2010-08-11 10:50:47 Re: MySQL versus Postgres
Previous Message Daniel Verite 2010-08-11 09:03:54 Re: MySQL versus Postgres