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

finally, this directory is (should be!) totally clean

This commit is contained in:
Marc G. Fournier
1996-11-04 11:51:27 +00:00
parent 7870c5a0d3
commit 0b3cb80e03
14 changed files with 41 additions and 47 deletions

View File

@ -6,14 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lsyscache.h,v 1.1 1996/08/28 01:59:08 scrappy Exp $
* $Id: lsyscache.h,v 1.2 1996/11/04 11:51:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LSYSCACHE_H
#define LSYSCACHE_H
#include "access/htup.h"
#include <access/attnum.h>
#include <access/htup.h>
extern bool op_class(Oid opid, int32 opclass, Oid amopid);
extern char *get_attname(Oid relid, AttrNumber attnum);