We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e3848 commit 34e37d5Copy full SHA for 34e37d5
src/bin/initdb/initdb.c
@@ -42,7 +42,7 @@
42
* Portions Copyright (c) 1994, Regents of the University of California
43
* Portions taken from FreeBSD.
44
*
45
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.162 2008/09/30 10:52:13 heikki Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.163 2008/10/31 07:15:11 petere Exp $
46
47
*-------------------------------------------------------------------------
48
*/
@@ -3026,7 +3026,7 @@ main(int argc, char *argv[])
3026
canonicalize_path(xlog_dir);
3027
if (!is_absolute_path(xlog_dir))
3028
{
3029
- fprintf(stderr, _("%s: xlog directory location must be an absolute path\n"), progname);
+ fprintf(stderr, _("%s: transaction log directory location must be an absolute path\n"), progname);
3030
exit_nicely();
3031
}
3032
0 commit comments