File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
* Portions Copyright (c) 1994, Regents of the University of California
43
43
* Portions taken from FreeBSD.
44
44
*
45
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.162 2008/09/30 10:52:13 heikki Exp $
45
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.163 2008/10/31 07:15:11 petere Exp $
46
46
*
47
47
*-------------------------------------------------------------------------
48
48
*/
@@ -3026,7 +3026,7 @@ main(int argc, char *argv[])
3026
3026
canonicalize_path (xlog_dir );
3027
3027
if (!is_absolute_path (xlog_dir ))
3028
3028
{
3029
- fprintf (stderr , _ ("%s: xlog directory location must be an absolute path\n" ), progname );
3029
+ fprintf (stderr , _ ("%s: transaction log directory location must be an absolute path\n" ), progname );
3030
3030
exit_nicely ();
3031
3031
}
3032
3032
You can’t perform that action at this time.
0 commit comments