!6516 修复hacheck 运行inc_build_failover失败
Merge pull request !6516 from 张悦萌/inc_hacheck
This commit is contained in:
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user