]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/catversion.h
Create a "sort support" interface API for faster sorting.
[postgresql] / src / include / catalog / catversion.h
index 2f5ae35ef9f58907eeedd3c1bc1f0dacdcca3564..95c424b81fa6ad22287515ee93017f9a40778095 100644 (file)
@@ -4,7 +4,7 @@
  *       "Catalog version number" for PostgreSQL.
  *
  * The catalog version number is used to flag incompatible changes in
- * the PostgreSQL system catalogs.  Whenever anyone changes the format of
+ * the PostgreSQL system catalogs.     Whenever anyone changes the format of
  * a system catalog relation, or adds, deletes, or modifies standard
  * catalog entries in such a way that an updated backend wouldn't work
  * with an old database (or vice versa), the catalog version number
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.513 2008/12/19 18:25:19 tgl Exp $
+ * src/include/catalog/catversion.h
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200812192
+#define CATALOG_VERSION_NO     201112061
 
 #endif