[PATCH] add --log-output to pg_ctl on Windows

From: Egon Kocjan <ekocjan(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] add --log-output to pg_ctl on Windows
Date: 2015-09-14 10:42:38
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
20150914_pgctl_winlogoutput.patch binary/octet-stream 3.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2015-09-14 10:51:19 Re: PATCH: index-only scans with partial indexes
Previous Message Amit Kapila 2015-09-14 10:33:45 Re: RFC: replace pg_stat_activity.waiting with something more descriptive