We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac0d51 commit 4c3c911Copy full SHA for 4c3c911
src/bin/pgevent/pgevent.c
@@ -12,6 +12,8 @@
12
*/
13
14
15
+#include "postgres_fe.h"
16
+
17
#include <windows.h>
18
#include <olectl.h>
19
#include <string.h>
@@ -26,7 +28,7 @@ HANDLE g_module = NULL; /* hModule of DLL */
26
28
* The maximum length of a registry key is 255 characters.
27
29
* http://msdn.microsoft.com/en-us/library/ms724872(v=vs.85).aspx
30
-char event_source[256] = "PostgreSQL";
31
+char event_source[256] = DEFAULT_EVENT_SOURCE;
32
33
/* Prototypes */
34
HRESULT DllInstall(BOOL bInstall, LPCWSTR pszCmdLine);
0 commit comments