pgsql: Support configurable eventlog application names on Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Support configurable eventlog application names on Windows
Дата
Msg-id E1RIlNh-0004ko-0E@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Support configurable eventlog application names on Windows  (Jaime Casanova <jaime@2ndquadrant.com>)
Re: pgsql: Support configurable eventlog application names on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Support configurable eventlog application names on Windows  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8ea33f2c02721c89c2434b9fda170afb7fe4999

Modified Files
--------------
doc/src/sgml/config.sgml                      |   25 +++++++++++
doc/src/sgml/installation.sgml                |   13 ------
doc/src/sgml/runtime.sgml                     |   46 +++++++++++++++++++
src/backend/utils/error/elog.c                |    3 +-
src/backend/utils/misc/guc.c                  |   14 ++++++
src/backend/utils/misc/postgresql.conf.sample |    2 +
src/bin/pgevent/pgevent.c                     |   58 ++++++++++++++++++++++--
src/bin/pgevent/pgevent.def                   |    1 +
8 files changed, 143 insertions(+), 19 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add debugging aid in isolationtester
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Remove argument decoration that appears unsupported on mingw