1
0
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:
Grigory Smolkin 2019-04-18 19:40:35 +03:00
parent cf20e9f3ba
commit d5b0747288

View File

@ -1164,7 +1164,6 @@ do_amcheck(void)
/* cleanup */
PQclear(res_db);
pgut_disconnect(backup_conn);
}
/* Entry point of pg_probackup CHECKDB subcommand. */