diff options
-rw-r--r-- | src/bin/pgevent/pgevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgevent/pgevent.c b/src/bin/pgevent/pgevent.c index 83949c2cda2..6a667812fba 100644 --- a/src/bin/pgevent/pgevent.c +++ b/src/bin/pgevent/pgevent.c @@ -26,7 +26,7 @@ HANDLE g_module = NULL; /* hModule of DLL */ * The maximum length of a registry key is 255 characters. * http://msdn.microsoft.com/en-us/library/ms724872(v=vs.85).aspx */ -char event_source[256] = DEFAULT_EVENT_SOURCE; +char event_source[256] = "PostgreSQL"; /* Prototypes */ HRESULT DllInstall(BOOL bInstall, LPCWSTR pszCmdLine); |