暂无图片
如何编译openGauss对应版本的wal2json.so
最近更新:2022-08-25 11:03:11

wal2json是逻辑解码插件,使用该插件可以访问由INSERT和UPDATE生成的元组,解析WAL中的内容。 本篇文章介绍了如何手动编译openGauss对应版本的wal2json.so。

首先,需要一套对应版本数据库的软件和openGauss-server的源码,以及wal2json代码进行编译安装。本篇文章以openGauss 3.0.0为例

对应的网址如下: 1.openGauss-server源码路径:https://gitee.com/opengauss/openGauss-server 2.openGauss软件下载路径:https://opengauss.org/zh/download.html 3.wal2json代码路径:https://gitee.com/enmotech/wal2json

我编译好的openGauss 3.0的 wal2json.so(x86)放到了gitee上,需要的朋友可以自取:https://gitee.com/yslxgs/wal2json-open-gauss3.0-x86

......