Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cd471a

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 parentc0e4520 commit6cd471a

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 @@ HANDLEg_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-
charevent_source[256]=DEFAULT_EVENT_SOURCE;
29+
charevent_source[256]="PostgreSQL";
3030

3131
/* Prototypes */
3232
HRESULTDllInstall(BOOLbInstall,LPCWSTRpszCmdLine);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp