diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-11 14:32:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-11 14:32:03 +0000 |
commit | 8ed36c3dba6efa24586b5d11005e4aac7f2009f1 (patch) | |
tree | 95e473a5a479b6f36ff694e9803f6a21b261a550 /src/include/utils/lsyscache.h | |
parent | 22cc0e1645bd16b682e2d8ca09ab20ebcd0c6946 (diff) | |
download | postgresql-8ed36c3dba6efa24586b5d11005e4aac7f2009f1.tar.gz postgresql-8ed36c3dba6efa24586b5d11005e4aac7f2009f1.zip |
More op_class cleanup.
Diffstat (limited to 'src/include/utils/lsyscache.h')
-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 0fb21b89d5e..0d8816da4e4 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.13 1998/08/11 05:09:30 momjian Exp $ + * $Id: lsyscache.h,v 1.14 1998/08/11 14:32:03 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ #include <access/attnum.h> #include <access/htup.h> -extern bool op_class(Oid opno, int32 opclass, Oid amopid); +extern bool op_class(Oid oprno, 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); |