summaryrefslogtreecommitdiffstats
path: root/src/include/utils/relfilenodemap.h
blob: e2e1c76bc90c9783c7f83c7e072a43d4d0843418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*-------------------------------------------------------------------------
 *
 * relfilenodemap.h
 *	  relfilenode to oid mapping cache.
 *
 * Portions Copyright (c) 1996-2020, 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 */