]> granicus.if.org Git - postgresql/commit
Support configurable eventlog application names on Windows
authorMagnus Hagander <magnus@hagander.net>
Tue, 25 Oct 2011 18:02:55 +0000 (20:02 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 25 Oct 2011 18:02:55 +0000 (20:02 +0200)
commitd8ea33f2c02721c89c2434b9fda170afb7fe4999
tree9c319e8fc813e7df07fe5cfeca501b1364d1e991
parent90d8e8ff7ee94283270cc7b2bc6a986a7cd174fc
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
doc/src/sgml/config.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/runtime.sgml
src/backend/utils/error/elog.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/pgevent/pgevent.c
src/bin/pgevent/pgevent.def