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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/libpq (be-fsstubs.c be-pqexec.c pqsignal.c)
Date: 2000-06-28 14:38:59
Message-ID: 15274.962203139@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-28 16:39:58 Re: pgsql (configure.in configure)
Previous Message Hiroshi Inoue 2000-06-28 07:06:58 Re: pgsql/src/backend/libpq (be-fsstubs.c be-pqexec.c pqsignal.c)