greenplumn aoseg 源码
greenplumn aoseg 代码
文件路径:/src/include/catalog/aoseg.h
/*-------------------------------------------------------------------------
*
* aoseg.h
* This file provides some definitions to support creation of aoseg tables
*
* Portions Copyright (c) 2008, Greenplum Inc.
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* src/include/catalog/aoseg.h
*
*-------------------------------------------------------------------------
*/
#ifndef AOSEG_H
#define AOSEG_H
#include "storage/lock.h"
/*
* aoseg.c prototypes
*/
extern void AlterTableCreateAoSegTable(Oid relOid);
#endif /* AOSEG_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦