mirror of https://github.com/postgres/postgres
reloid.version/unique_id file naming is not implementedREL7_1_STABLE
parent
c44ed0fb79
commit
b09bd214aa
@ -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 */ |
Loading…
Reference in new issue