greenplumn dbdirnode 源码
greenplumn dbdirnode 代码
文件路径:/src/include/storage/dbdirnode.h
/*-------------------------------------------------------------------------
*
* dbdirnode.h
* Physical access information for database directories.
*
* Portions Copyright (c) 2009-2010, Greenplum inc
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/storage/dbdirnode.h
*
*-------------------------------------------------------------------------
*/
#ifndef DBDIRNODE_H
#define DBDIRNODE_H
/*
* Represents a database directory within a tablespace.
*
* NOTE: This structure is the first 2 fields of a RelFileNode, so you can safely CAST.
*/
typedef struct DbDirNode
{
Oid tablespace;
Oid database;
} DbDirNode;
#endif /* DBDIRNODE_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦