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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
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-30 02:56:16
Message-ID: 23342.1170125776@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> I'm thinking we need a check in elog.c on the:
> if ((!Redirect_stderr || am_syslogger) && pgwin32_is_service())
> write_eventlog(edata->elevel, buf.data);
> line, that checks if the syslogger process has been started yet.

[ shrug... ] None of those other variables are guaranteed correct at
process start, either...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergiy Vyshnevetskiy 2007-01-30 13:11:09 BUG #2945: possibly forgotten SPI_push()/SPI_pop()
Previous Message Bruce Momjian 2007-01-30 02:34:53 Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-01-30 03:10:22 Re: shared_preload_libraries support on Win32?
Previous Message Bruce Momjian 2007-01-30 02:34:53 Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting