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

From Bruce Momjian
Subject Re: [HACKERS] spinlock freeze again
Date
Msg-id 199907071820.OAA05456@candle.pha.pa.us
Whole thread Raw
In response to spinlock freeze again  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Responses RE: [HACKERS] spinlock freeze again
List pgsql-hackers
[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()?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Broken select on regular expression !!!