!78 信创文档

Merge pull request !78 from zoujia_yewu/master
This commit is contained in:
shipixian 2023-03-17 08:17:14 +00:00 committed by Gitee
commit f75eee563e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 80 additions and 2 deletions

View File

@ -0,0 +1,78 @@
# He3DB版本说明书
V0.6.0
------
1.版本信息
------
1.1 产品版本信息
| 发布版本号 | 发布日期 | 本版本的基础版本 |
| ---------- | ---------: | :----------------: |
| V0.6.0 | 2022-08-12 | V0.6.0 |
1.2 硬件环境
| 硬件名称 | 最低配置 |
| -------- | -----------------------------: |
| CPU | 2GHZ8核 |
| 内存 | 128G |
| 硬盘 | 1T7500转6块硬盘 |
| 网络 | 万兆网络 |
| RAID | RAID10有RAID cache |
1.3 软件环境
| 软件名称 | 版本号 |
| ----------- | -----: |
| LINUX | CentOS6.5及以上版本 |
1.4 运行环境
| 部件名称 | 描述 |
| -------- | -----------------------------------------------------------: |
| 服务器 | 操作系统CentOS 7.3 |
2.更新说明
------
2.1特性更新说明
> * 新增功能特性
| 编号 | 功能描述 | 是否亮点功能 | 详细说明 |
| ---- | -------: | :----------: | :-------: |
| 1 | 主备share for disk数据共享 | 是 | 主备共享一份数据,主操作后,对备机数据库可见 |
| 2 | 兼容Postgres 语法100% | 是 | 支持回归测试regress兼容所有pg语法 |
| | | | |
> * 修改功能特性
> * 删除功能特性
2.2 API接口更新说明
2.3 配置文件更新说明
3.已解决问题和遗留问题
------
3.1解决的问题
3.2遗留问题
4.版本兼容性说明
------
BC-PostgreSQL历次发布的软件版本的兼容性如表所示。
| 版本 | 发布日期 | 兼容性说明 |
| ------ | ---------: | :------------------------------------------------------: |
| V0.6.0 | 2022-8-12 | 第一次发布。 |
| | | |
| | | |
5.注意事项
------

Binary file not shown.

View File

@ -394,7 +394,7 @@ ShmemInitHash(const char *name, /* table string name for shmem index */
*/
void *
ShmemInitStruct(const char *name, Size size, bool *foundPtr)
{
{
ShmemIndexEnt *result;
void *structPtr;

View File

@ -435,7 +435,7 @@ typedef enum
CheckpointerProcess,
WalWriterProcess,
WalReceiverProcess,
NUM_AUXPROCTYPES /* Must be last! */
} AuxProcType;