1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Clean up datatypes and comments for op_class() routine.

This commit is contained in:
Tom Lane
1999-12-31 03:18:43 +00:00
parent f35e1c8c1f
commit 2784a5aedf
2 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lsyscache.h,v 1.20 1999/08/16 02:06:23 tgl Exp $
* $Id: lsyscache.h,v 1.21 1999/12/31 03:18:42 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -14,7 +14,7 @@
#include "access/htup.h"
extern bool op_class(Oid oprno, int32 opclass, Oid amopid);
extern bool op_class(Oid opid, Oid 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);