RE: [HACKERS] spinlock freeze again - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject RE: [HACKERS] spinlock freeze again
Date
Msg-id 000701bec8d3$8c5e5680$2801007e@cadzone.tpf.co.jp
Whole thread Raw
In response to Re: [HACKERS] spinlock freeze again  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] spinlock freeze again
List pgsql-hackers
> -----Original Message-----
> From: Bruce Momjian [mailto:maillist@candle.pha.pa.us]
> Sent: Thursday, July 08, 1999 3:21 AM
> To: Hiroshi Inoue
> Cc: pgsql-hackers
> Subject: Re: [HACKERS] spinlock freeze again
> 
> 
> [Charset iso-8859-1 unsupported, filtering to ASCII...]
> > Hi all,
> > 
> > ProcReleaseSpins() does nothing unless MyProc is set.
> > So both elog(ERROR/FATAL) and proc_exit(0) before 
> > InitProcess() don't release spinlocks.
> 
> Are their any locks acquired before InitProcess()?
>

OidGenLockId spinlock is acquired in InitTransactionLog().

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] please?
Next
From: Tom Lane
Date:
Subject: Delaying insertion of default values