8000
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 c0e4520 commit 6cd471aCopy full SHA for 6cd471a
src/bin/pgevent/pgevent.c
@@ -26,7 +26,7 @@ HANDLE g_module = NULL; /* hModule of DLL */
26
* The maximum length of a registry key is 255 characters.
27
* http://msdn.microsoft.com/en-us/library/ms724872(v=vs.85).aspx
28
*/
29
-char event_source[256] = DEFAULT_EVENT_SOURCE;
+char event_source[256] = "PostgreSQL";
30
31
/* Prototypes */
32
HRESULT DllInstall(BOOL bInstall, LPCWSTR pszCmdLine);
0 commit comments