greenplumn gpexpand 源码

  • 2022-08-18
  • 浏览 (357)

greenplumn gpexpand 代码

文件路径:/src/include/utils/gpexpand.h

/*-------------------------------------------------------------------------
 *
 * gpexpand.h
 *	  Helper functions for gpexpand.
 *
 *
 * Copyright (c) 2018-Present VMware, Inc. or its affiliates.
 *
 * src/include/utils/gpexpand.h
 *
 *-------------------------------------------------------------------------
 */

#ifndef GPEXPAND_H
#define GPEXPAND_H

extern int GpExpandVersionShmemSize(void);
extern void GpExpandVersionShmemInit(void);
extern int GetGpExpandVersion(void);

extern Datum gp_expand_lock_catalog(PG_FUNCTION_ARGS);

extern void gp_expand_protect_catalog_changes(Relation relation);

extern Datum gp_expand_bump_version(PG_FUNCTION_ARGS);


#endif   /* GPEXPAND_H */

相关信息

greenplumn 源码目录

相关文章

greenplumn acl 源码

greenplumn aclchk_internal 源码

greenplumn array 源码

greenplumn arrayaccess 源码

greenplumn ascii 源码

greenplumn attoptcache 源码

greenplumn backend_cancel 源码

greenplumn bitmap_compression 源码

greenplumn bitstream 源码

greenplumn builtins 源码

0  赞