We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c165c commit 22b370eCopy full SHA for 22b370e
src/include/utils/lsyscache.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -16,7 +16,7 @@
16
#include <access/attnum.h>
17
#include <access/htup.h>
18
19
-extern bool op_class(Oid opid, int32 opclass, Oid amopid);
+extern bool op_class(Oid opno, int32 opclass, Oid amopid);
20
extern char *get_attname(Oid relid, AttrNumber attnum);
21
extern AttrNumber get_attnum(Oid relid, char *attname);
22
extern Oid get_atttype(Oid relid, AttrNumber attnum);
0 commit comments