]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/catversion.h
Add an "argisrow" field to NullTest nodes, following a plan made way back in
[postgresql] / src / include / catalog / catversion.h
index 13e47f0399cf3e3bab73a567f6cca7cd497a5952..50b6f33a1e2133f7df19594e5ca45c85b804a471 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
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.517 2009/01/05 17:14:28 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.564 2010/01/01 23:03:10 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200901051
+#define CATALOG_VERSION_NO     201001011
 
 #endif