From 9ca30443c390a83e90d22c3dba0311db519ec87f Mon Sep 17 00:00:00 2001 From: z00848344 Date: Fri, 11 Oct 2024 17:14:04 +0800 Subject: [PATCH] On branch inc_hacheck Your branch is up to date with 'origin/inc_hacheck'. Changes to be committed: modified: src/bin/pg_rewind/fetch.cpp modified: src/test/ha/ha_schedule_multi_single --- src/bin/pg_rewind/fetch.cpp | 2 -- src/test/ha/ha_schedule_multi_single | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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