我在从机上使用pg_rewind,如下所示: /usr/pgsql-11/bin/pg_rewind -D <data_dir_path> --source-server="port=5432 user=myuser host=<ip>" 命令正在成功完成,并显示以下信息: source and target cluster are on the same timeline
no rewind required
我下载了pg_rewind REL9_4_STABLE分支并构建了它。from Last common checkpoint at 0/5000098 on timeline 1CREATE OR REPLACE FUNCTION rewind_support.rewind_support_ls_diraccess file "$libdir/pg_rewind_support": No such file or directory
Fail