提交 c826991d 编写于 作者: B Bruce Momjian

Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of argv0.

上级 76c50c08
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/path.c,v 1.13 2004/05/25 01:42:08 momjian Exp $
* $PostgreSQL: pgsql/src/port/path.c,v 1.14 2004/05/25 18:18:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -258,7 +258,7 @@ set_pglocale(const char *argv0, const char *app)
if (find_my_exec(argv0, my_exec_path) < 0)
return;
get_locale_path(argv0, path);
get_locale_path(my_exec_path, path);
bindtextdomain(app, path);
textdomain(app);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册