]> 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 05ee9590260ea489e81c44e1124b6eb142fbe743..50b6f33a1e2133f7df19594e5ca45c85b804a471 100644 (file)
@@ -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.563 2009/12/29 22:00:14 tgl 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     200912291
+#define CATALOG_VERSION_NO     201001011
 
 #endif