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

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

Magnus Hagander wrote:
> 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.

Since nobody complained and it passed all my tests, I've gone ahead and
applied this patch to head and back-patched to 8.1 and 8.2.

//Magnus

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2007-02-12 02:52:41 Re: BUG #2975: UNIQUE INDEX doesn't work
Previous Message Tom Lane 2007-02-10 00:40:58 Re: BUG #2393: update fails with unique constraint violation

Browse pgsql-hackers by date

  From Date Subject
Next Message Hideyuki Kawashima 2007-02-11 15:42:46 Re: Acclerating INSERT/UPDATE using UPS
Previous Message Hideyuki Kawashima 2007-02-11 15:04:37 Re: Acclerating INSERT/UPDATE using UPS