On Wed, Oct 26, 2011 at 16:41, Heikki Linnakangas <[email protected]> wrote: > 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'
Ugh. Seems MingW doesn't support this basic API, which seems to have been added in Windows 95.. Will fix. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
