summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane2007-08-25 01:06:25 +0000
committerTom Lane2007-08-25 01:06:25 +0000
commit93eab9312f5d13168e63b84338bdc7bff160e3d1 (patch)
tree4f0fa484e93835b1eac71796afbf0c4eb6a8979a /src/include
parent7351b5fa1781c3942d2d5ff2116d2d0ba882bd42 (diff)
Rename built-in Snowball stemmer dictionaries to be english_stem,
russian_stem, etc. Per discussion.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/catversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index be40e7cf0f..13658efacf 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.417 2007/08/22 01:39:45 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.418 2007/08/25 01:06:25 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200708211
+#define CATALOG_VERSION_NO 200708241
#endif