提交 a90f5162 编写于 作者: A Adam Berlin 提交者: Adam Berlin

Hide greenplum functions that don't need to be exposed.

上级 cd338135
#include "postgres_fe.h"
#include "pg_upgrade_greenplum.h"
#include "greenplum_cluster_info.h"
#include "tablespace_gp_internal.h"
#include "greenplum_cluster_info_internal.h"
typedef enum
......
......@@ -117,7 +117,7 @@ pg_attribute_printf(3, 4);
void close_progress(void);
/* tablespace_gp.c */
void populate_old_cluster_with_old_tablespaces(ClusterInfo *oldCluster, const char *file_path);
void generate_old_tablespaces_file(ClusterInfo *oldCluster);
void populate_gpdb6_cluster_tablespace_suffix(ClusterInfo *cluster);
bool is_gpdb_version_with_filespaces(ClusterInfo *cluster);
......
......@@ -10,6 +10,7 @@
*/
#include "pg_upgrade_greenplum.h"
#include "old_tablespace_file_gp.h"
#include "tablespace_gp_internal.h"
#include "greenplum_cluster_info_internal.h"
static char *
......
void populate_old_cluster_with_old_tablespaces(ClusterInfo *oldCluster, const char *file_path);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册