Re: self-deadlock at FATAL exit of boostrap process on read error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: self-deadlock at FATAL exit of boostrap process on read error
Date: 2006-06-08 23:56:47
Message-ID: 3878.1149811007@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu> writes:
> "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote
>> Do you have a test case to reproduce this problem?

> According to the error message, the problem happens during reading
> pg_database. I just tried to plug in this line in mdread():

OK, patch applied for this.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Kirkwood 2006-06-08 23:58:13 Re: That EXPLAIN ANALYZE patch still needs work
Previous Message Josh Berkus 2006-06-08 23:39:51 Re: TODO: Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options