We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550fbc6 commit c2e8386Copy full SHA for c2e8386
src/port/exec.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.2 2004/05/12 13:38:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.3 2004/05/13 01:47:12 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -329,7 +329,7 @@ win32_make_absolute(char *path)
329
330
if (_fullpath(abspath, path, MAXPGPATH) == NULL)
331
{
332
- log_debug("Win32 path expansion failed: %s", strerror());
+ log_debug("Win32 path expansion failed: %s", strerror(errno));
333
return path;
334
}
335
canonicalize_path(abspath);
0 commit comments