Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 22b370e

Browse files
committed
cleanup.
1 parent 85c165c commit 22b370e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/lsyscache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: lsyscache.h,v 1.12 1998/08/04 16:44:31 momjian Exp $
9+
* $Id: lsyscache.h,v 1.13 1998/08/11 05:09:30 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -16,7 +16,7 @@
1616
#include <access/attnum.h>
1717
#include <access/htup.h>
1818

19-
extern bool op_class(Oid opid, int32 opclass, Oid amopid);
19+
extern bool op_class(Oid opno, int32 opclass, Oid amopid);
2020
extern char *get_attname(Oid relid, AttrNumber attnum);
2121
extern AttrNumber get_attnum(Oid relid, char *attname);
2222
extern Oid get_atttype(Oid relid, AttrNumber attnum);

0 commit comments

Comments
 (0)