Re: any body using Solaris8 with postgresql 7.3.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Sullivan <andrew(at)libertyrms(dot)info>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: any body using Solaris8 with postgresql 7.3.3
Date: 2003-07-04 19:53:55
Message-ID: 4653.1057348435@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andrew Sullivan <andrew(at)libertyrms(dot)info> writes:
>> On Fri, Jul 04, 2003 at 02:52:41PM +0800, Weiping He wrote:
>>> pmdie 2
>>
>> Just a hunch, but could this have anything to do with power
>> management? That's controlled by a program called pm.

Nah, it's coming from the postmaster's signal-catching subroutine.

/*
* pmdie -- signal handler for processing various postmaster signals.
*/
static void
pmdie(SIGNAL_ARGS)
{
int save_errno = errno;

PG_SETMASK(&BlockSig);

elog(DEBUG2, "pmdie %d", postgres_signal_arg);

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-07-04 19:54:56 Re: Datatypes and performance
Previous Message Andrew Sullivan 2003-07-04 19:48:20 Re: any body using Solaris8 with postgresql 7.3.3