summaryrefslogtreecommitdiff
path: root/src/include/catalog/catversion.h
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2006-02-26 18:36:23 +0000
committerNeil Conway <neilc@samurai.com>2006-02-26 18:36:23 +0000
commit41cba49e955d83f0100d17c74e31f0bc9fec4a93 (patch)
tree530036be20f2713ff8da32ed201aa8ba12835ffa /src/include/catalog/catversion.h
parentc5e0415a28dee8dd47ef7c37a2987c34174b8088 (diff)
downloadpostgresql-41cba49e955d83f0100d17c74e31f0bc9fec4a93.tar.gz
Implement the <> operator for the tid type. Original patch from Mark
Kirkwood, minor improvements by Neil Conway. The regression tests have been updated and the catversion has been bumped.
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 1c2ac77ea1..1a391bad3f 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.315 2006/02/12 03:22:19 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.316 2006/02/26 18:36:21 neilc Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200602112
+#define CATALOG_VERSION_NO 200602251
#endif