Re: Minor race-condition problem during database startup - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Minor race-condition problem during database startup
Date
Msg-id 17143.1227533334@sss.pgh.pa.us
Whole thread Raw
In response to Re: Minor race-condition problem during database startup  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: Minor race-condition problem during database startup  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-hackers
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> Zdenek Kotala napsal(a):
>> By my opinion there is not reason to retry kill call, because it fails 
>> only in situation if process does not exist or caller does not have 
>> permission to send a signal.

> If I think more about it, that code is here because it probably tries to bypass 
> time when bgwriter is restarted.

Correct.  Did you read the commit log message?
http://archives.postgresql.org/pgsql-committers/2008-11/msg00269.php

The bgwriter-exit case is currently treated as a crash and I'm not
immediately proposing to change that, but this code or something close
to it will be needed if we ever do want to recover from bgwriter exit
nicely.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: default values for function parameters
Next
From: "Pavel Stehule"
Date:
Subject: Re: WIP: default values for function parameters