pg_amcheck: PQclear query results While the potential memory leak is small, ensure to PQclear the query results before disconnecting.
Author: Jiao Shuntian <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e889422d98e066dcf095fa275fbcb14ffd45708c Modified Files -------------- src/bin/pg_amcheck/pg_amcheck.c | 1 + 1 file changed, 1 insertion(+)
