Skip to content

Commit 6cd471a

Browse files
committed
Revert broken change to pgevent.c
pgevent doesn't include the global PostgreSQL headers, for a reason, and therefor cannot rely on defines in it...
1 parent c0e4520 commit 6cd471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgevent/pgevent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ HANDLE g_module = NULL; /* hModule of DLL */
2626
* The maximum length of a registry key is 255 characters.
2727
* http://msdn.microsoft.com/en-us/library/ms724872(v=vs.85).aspx
2828
*/
29-
char event_source[256] = DEFAULT_EVENT_SOURCE;
29+
char event_source[256] = "PostgreSQL";
3030

3131
/* Prototypes */
3232
HRESULT DllInstall(BOOL bInstall, LPCWSTR pszCmdLine);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy