Re: pgsql: Support configurable eventlog application names on Windows - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: Support configurable eventlog application names on Windows
Date
Msg-id 4EA81C17.6060601@enterprisedb.com
Whole thread Raw
In response to pgsql: Support configurable eventlog application names on Windows  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pgsql: Support configurable eventlog application names on Windows  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
On 25.10.2011 21:05, Magnus Hagander wrote:
> Support configurable eventlog application names on Windows
>
> This allows different instances to use the eventlog with different
> identifiers, by setting the event_source GUC, similar to how
> syslog_ident works.
>
> Original patch by MauMau, heavily modified by Magnus Hagander

Looks like the MinGw build didn't like this. Per frogmouth:

pgevent.o: In function `DllInstall':
c:/mingw/msys/1.0/home/pgrunner/bf/root/HEAD/pgsql.3916/../pgsql/src/bin/pgevent/pgevent.c:48:
undefined reference to `wcstombs_s'

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Support configurable eventlog application names on Windows
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Support configurable eventlog application names on Windows