Re: [PATCHES] Fix "database is ready" race condition

2007-02-07 Thread Markus Schiltknecht
Tom Lane wrote: I've applied a modified form of this patch. The postmaster now says "database system is ready to accept connections" after it's finished reacting to the completion of the startup process. Thank you, that's just perfect for me. Markus ---(end of broadca

Re: [PATCHES] Fix "database is ready" race condition

2007-02-07 Thread Tom Lane
Markus Schiltknecht <[EMAIL PROTECTED]> writes: > is there a good reason to print the "database system is ready" message > in StartupXLOG() in xact.c? It has a) nothing to do with xlog and b) > opens a small race condition: the message gets printed, while it still > take some CPU cycles until th