summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane1999-12-31 03:18:43 +0000
committerTom Lane1999-12-31 03:18:43 +0000
commit2784a5aedf390ef80514b3de2e0027072494743c (patch)
treef4b75849a3e9f7a7fa870fa4f6aef63d7e1dd0a5 /src/include
parentf35e1c8c1f2ed2a238e7d6f5a9d8d69e075889a2 (diff)
Clean up datatypes and comments for op_class() routine.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/lsyscache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h
index 3686b13c5f..0d3562f144 100644
--- a/src/include/utils/lsyscache.h
+++ b/src/include/utils/lsyscache.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: lsyscache.h,v 1.20 1999/08/16 02:06:23 tgl Exp $
+ * $Id: lsyscache.h,v 1.21 1999/12/31 03:18:42 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,7 +14,7 @@
#include "access/htup.h"
-extern bool op_class(Oid oprno, int32 opclass, Oid amopid);
+extern bool op_class(Oid opid, Oid opclass, Oid amopid);
extern char *get_attname(Oid relid, AttrNumber attnum);
extern AttrNumber get_attnum(Oid relid, char *attname);
extern Oid get_atttype(Oid relid, AttrNumber attnum);