]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/catversion.h
Add FILLFACTOR to CREATE INDEX.
[postgresql] / src / include / catalog / catversion.h
index 6eb5f72d9fa6487f73060767d9a003be5ea92795..10e71559bc1e0ad18bf66b7c45af85548b5c51ed 100644 (file)
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * 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.309 2006/01/08 07:00:25 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.335 2006/07/02 02:23:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200601081
+#define CATALOG_VERSION_NO     200607011
 
 #endif