*** ./src/port/path.c.orig	Tue Jun  8 15:49:23 2004
--- ./src/port/path.c	Fri Jun 11 11:26:41 2004
***************
*** 233,239 ****
  {
  	char path[MAXPGPATH];
  	char my_exec_path[MAXPGPATH];
! 	char env_path[MAXPGPATH + strlen("PGLOCALEDIR=")]; /* longer than PGSYSCONFDIR */
  
  	/* don't set LC_ALL in the backend */
  	if (strcmp(app, "postgres") != 0)
--- 233,239 ----
  {
  	char path[MAXPGPATH];
  	char my_exec_path[MAXPGPATH];
! 	char env_path[MAXPGPATH + sizeof("PGLOCALEDIR=")]; /* longer than PGSYSCONFDIR */
  
  	/* don't set LC_ALL in the backend */
  	if (strcmp(app, "postgres") != 0)
