Cleanup for recent .exe Win32 fix.

REL8_0_STABLE
Bruce Momjian 22 years ago
parent 018cf0f76e
commit fec809c549
  1. 3
      src/backend/utils/init/findbe.c

@ -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;

Loading…
Cancel
Save