strlen inside variable declaration is not portable C (AIX):

char env_path[MAXPGPATH + strlen("PGLOCALEDIR=")];

use sizeof instead.

Please apply to current

Andreas

Attachment: path.c.locale.patch
Description: path.c.locale.patch

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to