File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.16 1998/08/04 16:44:22 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.17 1998/08/11 14:32:01 momjian Exp $
11
11
*
12
12
* NOTES
13
13
* Eventually, the index information should go through here, too.
43
43
*
44
44
*/
45
45
bool
46
- op_class (Oid opno , int32 opclass , Oid amopid )
46
+ op_class (Oid oprno , int32 opclass , Oid amopid )
47
47
{
48
48
FormData_pg_amop amoptup ;
49
49
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: lsyscache.h,v 1.13 1998/08/11 05:09:30 momjian Exp $
9
+ * $Id: lsyscache.h,v 1.14 1998/08/11 14:32:03 momjian Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
16
16
#include <access/attnum.h>
17
17
#include <access/htup.h>
18
18
19
- extern bool op_class (Oid opno , int32 opclass , Oid amopid );
19
+ extern bool op_class (Oid oprno , int32 opclass , Oid amopid );
20
20
extern char * get_attname (Oid relid , AttrNumber attnum );
21
21
extern AttrNumber get_attnum (Oid relid , char * attname );
22
22
extern Oid get_atttype (Oid relid , AttrNumber attnum );
You can’t perform that action at this time.
0 commit comments