init
This commit is contained in:
18
db_include/utils/relfilenodemap.h
Executable file
18
db_include/utils/relfilenodemap.h
Executable file
@@ -0,0 +1,18 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* relfilenodemap.h
|
||||
* relfilenode to oid mapping cache.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, 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 */
|
||||
Reference in New Issue
Block a user