Re: pgsql: Support configurable eventlog application names on Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Support configurable eventlog application names on Windows
Дата
Msg-id CABUevEyObe7_4iZQXBGwZNwe=MyDB-YjKLS=30zHjPnMSpoWSg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Support configurable eventlog application names on Windows  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-committers
On Wed, Oct 26, 2011 at 16:41, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> 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/

В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Support configurable eventlog application names on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Change FK trigger creation order to better support self-referent