Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2dafc commit 4d0e47dCopy full SHA for 4d0e47d
src/bin/pg_ctl/pg_ctl.c
@@ -4,7 +4,7 @@
4
*
5
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
6
7
- * $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 $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -824,6 +824,7 @@ main(int argc, char **argv)
824
#endif
825
826
progname = get_progname(argv[0]);
827
+ set_pglocale(argv[0], "pg_ctl");
828
829
/*
830
* save argv[0] so do_start() can look for the postmaster if
0 commit comments