]> 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 ac52eb18bc7113c4239ab71aa4762199fb650cbb..95c424b81fa6ad22287515ee93017f9a40778095 100644 (file)
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2010, 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.588 2010/07/16 02:15:54 tgl Exp $
+ * src/include/catalog/catversion.h
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201007151
+#define CATALOG_VERSION_NO     201112061
 
 #endif