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 daac2d2 commit fcbc95bCopy full SHA for fcbc95b
src/port/exec.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.13 2004/05/21 16:06:23 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.14 2004/05/24 20:23:50 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -72,7 +72,7 @@ static void win32_make_absolute(char *path);
72
* -2 if the file is otherwise valid but cannot be read.
73
74
static int
75
-validate_exec(char *path)
+validate_exec(const char *path)
76
{
77
struct stat buf;
78
0 commit comments