mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-10 23:29:34 +02:00
checkdb: fix disconnection after successfull checkdb execution
This commit is contained in:
parent
cf20e9f3ba
commit
d5b0747288
@ -1164,7 +1164,6 @@ do_amcheck(void)
|
||||
|
||||
/* cleanup */
|
||||
PQclear(res_db);
|
||||
pgut_disconnect(backup_conn);
|
||||
}
|
||||
|
||||
/* Entry point of pg_probackup CHECKDB subcommand. */
|
||||
|
Loading…
Reference in New Issue
Block a user