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

Commitd765891

Browse files
committed
Change Win32 dlerror message to:
return "dynamic loading error";
1 parent576bf2f commitd765891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/port/dynloader/win32.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/backend/port/dynloader/win32.c,v 1.4 2004/11/17 08:30:08 neilc Exp $ */
1+
/* $PostgreSQL: pgsql/src/backend/port/dynloader/win32.c,v 1.5 2004/12/02 19:38:50 momjian Exp $ */
22

33
#include<windows.h>
44

@@ -10,7 +10,7 @@ void *dlopen(const char *path, int mode);
1010
char*
1111
dlerror(void)
1212
{
13-
return"error";
13+
return"dynamic loaderror";
1414
}
1515

1616
int

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp