diff --git a/src/bin/pg_rewind/fetch.cpp b/src/bin/pg_rewind/fetch.cpp index 14b157395..87d398e19 100755 --- a/src/bin/pg_rewind/fetch.cpp +++ b/src/bin/pg_rewind/fetch.cpp @@ -396,8 +396,6 @@ static BuildErrorCode receiveFileChunks(const char* sql, FILE* file) switch (PQresultStatus(res)) { case PGRES_SINGLE_TUPLE: - PQclear(res); - res = nullptr; break; case PGRES_TUPLES_OK: diff --git a/src/test/ha/ha_schedule_multi_single b/src/test/ha/ha_schedule_multi_single index 686f76f43..6bf2bec97 100644 --- a/src/test/ha/ha_schedule_multi_single +++ b/src/test/ha/ha_schedule_multi_single @@ -13,7 +13,7 @@ multi_standby_single/xlog_redo_apply_delay #multi_standby_single/most_available multi_standby_single/failover_with_data multi_standby_single/hash_index -multi_standby_single/consistency.sh +multi_standby_single/consistency multi_standby_single/wal_stat multi_standby_single/xlog_prune multi_standby_single/log_remove