Skip to content

Commit b09bd21

Browse files
committed
This is temporal place holder for Relation File Node till
reloid.version/unique_id file naming is not implemented
1 parent c44ed0f commit b09bd21

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/include/storage/relfilenode.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#ifndef RELFILENODE_H
2+
#define RELFILENODE_H
3+
4+
/*
5+
* This is temporal place holder for Relation File Node till
6+
* reloid.version/unique_id file naming is not implemented
7+
*/
8+
typedef struct RelFileNode
9+
{
10+
Oid dbId; /* database */
11+
Oid relId; /* relation */
12+
} RelFileNode;
13+
14+
#endif /* RELFILENODE_H */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy