We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018cf0f commit fec809cCopy full SHA for fec809c
src/backend/utils/init/findbe.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.38 2003/11/11 03:53:33 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.39 2003/11/12 00:04:10 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -49,6 +49,7 @@ ValidateBinary(char *path)
49
uid_t euid;
50
struct group *gp;
51
struct passwd *pwp;
52
+#else
53
char path_exe[MAXPGPATH + 2 + strlen(".exe")];
54
#endif
55
int i;
0 commit comments