aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/syscache.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-11-02 02:33:03 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-11-02 02:33:03 +0000
commit6a7273e14c4df53f5aba191132699ce217901958 (patch)
treeac86e2fd3229c982e8e0154a202153a33dc55021 /src/include/utils/syscache.h
parent08dd92cdeba1a0becb0a1bb50aa6311ac62b4773 (diff)
downloadpostgresql-6a7273e14c4df53f5aba191132699ce217901958.tar.gz
postgresql-6a7273e14c4df53f5aba191132699ce217901958.zip
Fix permissions-checking bugs and namespace-search-path bugs in
CONVERSION code. Still need to figure out what to do about inappropriate coding in parsing.
Diffstat (limited to 'src/include/utils/syscache.h')
-rw-r--r--src/include/utils/syscache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index def5ed50015..ff89f612c13 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -9,7 +9,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.53 2002/09/04 20:31:46 momjian Exp $
+ * $Id: syscache.h,v 1.54 2002/11/02 02:33:03 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -40,7 +40,7 @@
#define CLAAMNAMENSP 9
#define CLAOID 10
#define CONDEFAULT 11
-#define CONNAMESP 12
+#define CONNAMENSP 12
#define CONOID 13
#define GRONAME 14
#define GROSYSID 15