From 34e37d58ed138bca3f7f0c799fdc1bb7bbc3d402 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Fri, 31 Oct 2008 07:15:11 +0000
Subject: [PATCH] Message improvement (also backported to 8.3)

---
 src/bin/initdb/initdb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
index 02105ac57ea..0bf3a443686 100644
--- a/src/bin/initdb/initdb.c
+++ b/src/bin/initdb/initdb.c
@@ -42,7 +42,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  * Portions taken from FreeBSD.
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
@@ -3026,7 +3026,7 @@ main(int argc, char *argv[])
 		canonicalize_path(xlog_dir);
 		if (!is_absolute_path(xlog_dir))
 		{
-			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);
 			exit_nicely();
 		}
 
-- 
GitLab