Skip to content
Snippets Groups Projects
Commit b09bd214 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

This is temporal place holder for Relation File Node till

reloid.version/unique_id file naming is not implemented
parent c44ed0fb
No related branches found
No related tags found
No related merge requests found
#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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment