Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fec809c

Browse files
committed
Cleanup for recent .exe Win32 fix.
1 parent 018cf0f commit fec809c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/init/findbe.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.38 2003/11/11 03:53:33 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.39 2003/11/12 00:04:10 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -49,6 +49,7 @@ ValidateBinary(char *path)
4949
uid_t euid;
5050
struct group *gp;
5151
struct passwd *pwp;
52+
#else
5253
char path_exe[MAXPGPATH + 2 + strlen(".exe")];
5354
#endif
5455
int i;

0 commit comments

Comments
 (0)