Add locale setting for pg_ctl.

This commit is contained in:
Bruce Momjian 2004-06-01 22:03:18 +00:00
parent 4b2dafcc0b
commit 4d0e47d5a9
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* *
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* *
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.4 2004/06/01 03:32:42 momjian Exp $ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.5 2004/06/01 22:03:18 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -824,6 +824,7 @@ main(int argc, char **argv)
#endif #endif
progname = get_progname(argv[0]); progname = get_progname(argv[0]);
set_pglocale(argv[0], "pg_ctl");
/* /*
* save argv[0] so do_start() can look for the postmaster if * save argv[0] so do_start() can look for the postmaster if