]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/catversion.h
Reduce the alignment requirement of type "name" from int to char, and arrange
[postgresql] / src / include / catalog / catversion.h
index 5b434df51564e37f68b06def9d642d75a8db9b5d..a49beccd54f1b337f985589df4fe71a688d69cb8 100644 (file)
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.463 2008/06/17 19:10:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.464 2008/06/24 17:58:27 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200806171
+#define CATALOG_VERSION_NO     200806241
 
 #endif