File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4
4
*
5
5
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
6
6
*
7
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.3 2004/06/01 01:28:03 momjian Exp $
7
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.4 2004/06/01 03:32:42 momjian Exp $
8
8
*
9
9
*-------------------------------------------------------------------------
10
10
*/
11
11
12
12
#include "postgres_fe.h"
13
13
#include "libpq-fe.h"
14
14
15
+ #include <locale.h>
15
16
#include <signal.h>
16
17
#include <errno.h>
17
18
#include <sys/types.h>
@@ -402,7 +403,8 @@ do_start(void)
402
403
if (ret == -1 )
403
404
fprintf (stderr ,
404
405
_ ("The program \"postmaster\" is needed by %s "
405
- "but was not found in the same directory as \"%s\".\n"
406
+ "but was not found in the same directory as "
407
+ "\"%s\".\n"
406
408
"Check your installation.\n" ),
407
409
progname , progname );
408
410
else
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/nls-global.mk,v 1.9 2003/11/29 19:51:39 pgsql Exp $
1
+ # $PostgreSQL: pgsql/src/nls-global.mk,v 1.10 2004/06/01 03:32:28 momjian Exp $
2
2
3
3
# Common rules for Native Language Support (NLS)
4
4
#
5
5
# If some subdirectory of the source tree wants to provide NLS, it
6
6
# needs to contain a file 'nls.mk' with the following make variable
7
7
# assignments:
8
8
#
9
- # CATALOG_NAME -- name of the message catalog (xxx.po); probably
10
- # name of the program
9
+ # CATALOG_NAME -- name of the message catalog (xxx.po); probably
10
+ # name of the program
11
11
# AVAIL_LANGUAGES -- list of languages that are provided/supported
12
- # GETTEXT_FILES -- list of source files that contain message strings
13
- # GETTEXT_TRIGGERS -- (optional) list of functions that contain
12
+ # GETTEXT_FILES -- list of source files that contain message strings
13
+ # GETTEXT_TRIGGERS -- (optional) list of functions that contain
14
14
# translatable strings
15
15
#
16
16
# That's all, the rest is done here, if --enable-nls was specified.
You can’t perform that action at this time.
0 commit comments