diff options
author | Bruce Momjian | 1998-08-11 05:09:30 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-08-11 05:09:30 +0000 |
commit | 22b370e6ce9177d3a8a6c2e02a36d3471d7c5b0a (patch) | |
tree | 82ea767d53dd6332c75222e54b45ddb5cd46197e | |
parent | 85c165cd4c19a4d837ec914ce26091cebef68be4 (diff) |
cleanup.
-rw-r--r-- | src/include/utils/lsyscache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index cd42f227116..0fb21b89d5e 100644 --- a/src/include/utils/lsyscache.h +++ b/src/include/utils/lsyscache.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lsyscache.h,v 1.12 1998/08/04 16:44:31 momjian Exp $ + * $Id: lsyscache.h,v 1.13 1998/08/11 05:09:30 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ #include <access/attnum.h> #include <access/htup.h> -extern bool op_class(Oid opid, int32 opclass, Oid amopid); +extern bool op_class(Oid opno, int32 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); |