Commit b09bd214 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

This is temporal place holder for Relation File Node till

reloid.version/unique_id file naming is not implemented
parent c44ed0fb
#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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment