Problems with C Language Functions after upgrade to 7.3.2

From: Stefan Holzheu <stefan(dot)holzheu(at)bitoek(dot)uni-bayreuth(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Problems with C Language Functions after upgrade to 7.3.2
Date: 2003-04-08 14:23:42
Message-ID: 3E92DB6E.50404@bitoek.uni-bayreuth.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Last friday we did an upgrade from postgres 7.1.3 to 7.3.2. In the
database there are triggers written in C, which start external programs
using the system calls fork+exec.
In 7.1.3 triggers worked fine. With 7.3.2 triggers work in most cases
but in some cases execution fails at fork or exec.

Any ideas?

Stefan

PS: We recompiled the shared libraries for 7.3.2. OS is Redhat Linux 7.1

--
-----------------------------
Dr. Stefan Holzheu
Tel.: 0921/55-5720
Fax.: 0921/55-5799
BITOeK Wiss. Sekretariat
Universitaet Bayreuth
D-95440 Bayreuth
-----------------------------

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-04-08 14:32:04 Re: DATESTYLE setting
Previous Message Nick Fankhauser 2003-04-08 14:23:21 How does PG know when a database is being accessed ?