Support configurable eventlog application names on Windows
Magnus Hagander <magnus@hagander.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +25 −0 |
| doc/src/sgml/installation.sgml | modified | +0 −13 |
| doc/src/sgml/runtime.sgml | modified | +46 −0 |
| src/backend/utils/error/elog.c | modified | +2 −1 |
| src/backend/utils/misc/guc.c | modified | +14 −0 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +2 −0 |
| src/bin/pgevent/pgevent.c | modified | +53 −5 |
| src/bin/pgevent/pgevent.def | modified | +1 −0 |