Re: [BUGS] Missing error message on missing ssl-key-files

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Harald Armin Massa <haraldarminmassa(at)gmail(dot)com>, PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [BUGS] Missing error message on missing ssl-key-files
Date: 2007-01-31 09:58:59
Message-ID: 20070131095859.GB26625@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Tue, Jan 30, 2007 at 11:45:24AM -0500, Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
> > But I guess maybe the added check has to be not just (!syslogger_started)
> > but (!syslogger_started && is_postmaster)?
>
> That would at least get you out of the problem of having to transmit the
> syslogger_started flag to the backends...

Here's a patch that does just this.

//Magnus

Attachment Content-Type Size
win32_log.patch text/plain 2.3 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Maarten van der Heijden 2007-01-31 11:47:01 Re: Troubles in Initializing Postgres Database 8.2
Previous Message Bruce Momjian 2007-01-31 04:07:11 Re: [BUGS] BUG #2913: Subscript on multidimensional array yields no value

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2007-01-31 10:46:37 Re: crash on 8.2 and cvshead - failed to add item to the
Previous Message Hannu Krosing 2007-01-31 09:08:00 Re: [HACKERS] pgsql: Fix for plpython functions; return true/false for boolean,