We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee75e3 commit e889422Copy full SHA for e889422
src/bin/pg_amcheck/pg_amcheck.c
@@ -587,6 +587,7 @@ main(int argc, char *argv[])
587
/* Querying the catalog succeeded, but amcheck is missing. */
588
pg_log_warning("skipping database \"%s\": amcheck is not installed",
589
PQdb(conn));
590
+ PQclear(result);
591
disconnectDatabase(conn);
592
conn = NULL;
593
continue;
0 commit comments