Commit fec809c5 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup for recent .exe Win32 fix.

parent 018cf0f7
......@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $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 $
*
*-------------------------------------------------------------------------
*/
......@@ -49,6 +49,7 @@ ValidateBinary(char *path)
uid_t euid;
struct group *gp;
struct passwd *pwp;
#else
char path_exe[MAXPGPATH + 2 + strlen(".exe")];
#endif
int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment