diff options
author | Philip Warner <pjw@rhyme.com.au> | 2000-10-13 00:33:47 +0000 |
---|---|---|
committer | Philip Warner <pjw@rhyme.com.au> | 2000-10-13 00:33:47 +0000 |
commit | 8fb04f8f9871f9261e5a836acc205211096145ad (patch) | |
tree | 755b67cecea07b04e60f972c936032c1084ea61f /src | |
parent | 5f94c032a3d67500100dad51472ae069bf9110e9 (diff) | |
download | postgresql-8fb04f8f9871f9261e5a836acc205211096145ad.tar.gz postgresql-8fb04f8f9871f9261e5a836acc205211096145ad.zip |
Make setval(text,int32,bool) visible
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 8310bc3c01a..15574e122bf 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -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 |