/* ------------------------------------------
 *   FILE
 *	catalog.h
 * 
 *   DESCRIPTION
 *	prototypes for functions in lib/catalog/catalog.c
 *
 *   IDENTIFICATION
 *	/usr/local/devel/postgres-v4r2/src/backend/lib/RCS/catalog.h,v 1.1 1991/11/11 23:17:37 hong Exp
 * -------------------------------------------
 */
#ifndef LIBCATALOGINCLUDED
#define LIBCATALOGINCLUDED
/* catalog.c */
char *relpath ARGS((char relname []));
bool issystem ARGS((char relname []));
bool NameIsSystemRelationName ARGS((Name name ));
bool NameIsSharedSystemRelationName ARGS((Name relname ));
ObjectId newoid ARGS((void ));
int fillatt ARGS((int natts , AttributeTupleForm att []));
#endif
