greenplumn pageinspect 源码
greenplumn pageinspect 代码
文件路径:/contrib/pageinspect/pageinspect.h
/*-------------------------------------------------------------------------
*
* pageinspect.h
* Common functions for pageinspect.
*
* Copyright (c) 2017-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/pageinspect.h
*
*-------------------------------------------------------------------------
*/
#ifndef _PAGEINSPECT_H_
#define _PAGEINSPECT_H_
#include "storage/bufpage.h"
/* in rawpage.c */
extern Page get_page_from_raw(bytea *raw_page);
#endif /* _PAGEINSPECT_H_ */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦