]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Make setval(text,int32,bool) visible
authorPhilip Warner <pjw@rhyme.com.au>
Fri, 13 Oct 2000 00:33:47 +0000 (00:33 +0000)
committerPhilip Warner <pjw@rhyme.com.au>
Fri, 13 Oct 2000 00:33:47 +0000 (00:33 +0000)
src/include/catalog/catversion.h

index 8310bc3c01ab20577b7385847ef055222469d043..15574e122bf3a7669875a9e9b4f69ee13720b7d4 100644 (file)
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catversion.h,v 1.49 2000/10/05 19:11:35 tgl Exp $
+ * $Id: catversion.h,v 1.50 2000/10/13 00:33:47 pjw Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200010041
+#define CATALOG_VERSION_NO     200010131
 
 #endif