[PATCH] add --log-output to pg_ctl on Windows - Mailing list pgsql-hackers

From Egon Kocjan
Subject [PATCH] add --log-output to pg_ctl on Windows
Date
Msg-id 55F6A49E.7080308@gmail.com
Whole thread Raw
Responses Re: [PATCH] add --log-output to pg_ctl on Windows  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hello

The patch implements a command line option for pg_ctl on Windows to
redirect logging of errors (write_stderr). The possible outputs are:
default (eventlog if running as a service, otherwise stderr), stderr or
eventlog.

The previous discussion in BUG #13594:
http://www.postgresql.org/message-id/CAB7nPqQ+CybqD8-MemC0qQrUwC3eCOTGqpmTSKfSvBm6GdBsjg@mail.gmail.com

Best regards
Egon Kocjan



Attachment

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: [PROPOSAL] Covering + unique indexes.
Next
From: Jim Nasby
Date:
Subject: Re: Do Layered Views/Relations Preserve Sort Order ?