From 5c4249c3538abb687c26ddba7aedbab38c95f2ef Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Wed, 24 Oct 2007 20:11:00 +0000
Subject: [PATCH] Danish_Danmark -> Danish_Denmark

---
 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 410aa218f6..1be891e86e 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.147 2007/10/16 11:30:16 mha Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.148 2007/10/24 20:11:00 alvherre Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -730,7 +730,7 @@ struct tsearch_config_match
 static const struct tsearch_config_match tsearch_config_languages[] =
 {
 	{"danish", "da_DK"},
-	{"danish", "Danish_Danmark"},
+	{"danish", "Danish_Denmark"},
 	{"dutch", "nl_NL"},
 	{"dutch", "Dutch_Netherlands"},
 	{"english", "C"},
-- 
2.40.0