Re: pgsql/src/backend/libpq (be-fsstubs.c be-pqexec.c pqsignal.c) - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql/src/backend/libpq (be-fsstubs.c be-pqexec.c pqsignal.c)
Date
Msg-id 15274.962203139@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql/src/backend/libpq (be-fsstubs.c be-pqexec.c pqsignal.c)  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-committers
Hiroshi Inoue <Inoue@tpf.co.jp> writes:
>> Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and
>> backend startup.

> I got a compile error in pqsignal.c.
> Seems Linux doesn't have SIGSYS.

OK, I'll clean it up later today, but if you're in a hurry just put an
#ifdef SIGSYS around the line that tries to turn off SIGSYS trapping.

            regards, tom lane

pgsql-committers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: pgsql/src/backend/libpq (be-fsstubs.c be-pqexec.c pqsignal.c)
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql (configure.in configure)