ChenHuajun / pha4pgsql

Pacemaker High Availability for PostgreSQL
GNU General Public License v3.0
62 stars 29 forks source link

增加对PG10版本的支持 #4

Closed jayson-wang closed 6 years ago

jayson-wang commented 6 years ago

2018-09-04 14:15:54 CST [15171-4] LOG: invalid record length at 0/30000098: wanted 24, got 0 2018-09-04 14:15:54 CST [15169-6] LOG: database system is ready to accept read only connections 2018-09-04 14:15:55 CST [15470-1] postgres@template1 ERROR: function pg_last_xlog_replay_location() does not exist at character 8 2018-09-04 14:15:55 CST [15470-2] postgres@template1 HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2018-09-04 14:15:55 CST [15470-3] postgres@template1 STATEMENT: select pg_last_xlog_replay_location(),pg_last_xlog_receive_location()

ChenHuajun commented 6 years ago

@wangjishun 已支持,请用最新版测一下