Your IP : 216.73.216.74


Current Path : /proc/self/root/usr/pgsql-11/include/server/utils/
Upload File :
Current File : //proc/self/root/usr/pgsql-11/include/server/utils/relfilenodemap.h

/*-------------------------------------------------------------------------
 *
 * relfilenodemap.h
 *	  relfilenode to oid mapping cache.
 *
 * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/utils/relfilenodemap.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef RELFILENODEMAP_H
#define RELFILENODEMAP_H

extern Oid	RelidByRelfilenode(Oid reltablespace, Oid relfilenode);

#endif							/* RELFILENODEMAP_H */