This is temporal place holder for Relation File Node till

reloid.version/unique_id file naming is not implemented
This commit is contained in:
Vadim B. Mikheev 2000-09-10 00:06:52 +00:00
parent c44ed0fb79
commit b09bd214aa
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef RELFILENODE_H
#define RELFILENODE_H
/*
* This is temporal place holder for Relation File Node till
* reloid.version/unique_id file naming is not implemented
*/
typedef struct RelFileNode
{
Oid dbId; /* database */
Oid relId; /* relation */
} RelFileNode;
#endif /* RELFILENODE_H */