summaryrefslogtreecommitdiff
path: root/src/include/catalog/catversion.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-12-28 14:28:36 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-12-28 14:28:36 +0000
commitad1425ae4346f599fc2420c00800a3748fed1259 (patch)
tree610fb9dc1f930d9cb94426f9988516a19870648e /src/include/catalog/catversion.h
parentd9e1c97feb47a6f61707282133c4546fb682a5a8 (diff)
downloadpostgresql-ad1425ae4346f599fc2420c00800a3748fed1259.tar.gz
Add send and recv functions for xml type.
Diffstat (limited to 'src/include/catalog/catversion.h')
-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 68f5a63934..1b1e07bd71 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.366 2006/12/24 00:29:19 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.367 2006/12/28 14:28:36 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200612231
+#define CATALOG_VERSION_NO 200612281
#endif