Skip to content

Commit 34e37d5

Browse files
committed
Message improvement
(also backported to 8.3)
1 parent d1e3848 commit 34e37d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/initdb/initdb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* Portions Copyright (c) 1994, Regents of the University of California
4343
* Portions taken from FreeBSD.
4444
*
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 $
4646
*
4747
*-------------------------------------------------------------------------
4848
*/
@@ -3026,7 +3026,7 @@ main(int argc, char *argv[])
30263026
canonicalize_path(xlog_dir);
30273027
if (!is_absolute_path(xlog_dir))
30283028
{
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);
30303030
exit_nicely();
30313031
}
30323032

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy