提交 68b11d46 编写于 作者: A Adam Lee

pg_dump: free temporary variable qualTmpExtTable

This part of codes are not covered by PR pipeline, tested manually.
上级 ed940ab6
......@@ -14566,6 +14566,7 @@ dumpTableSchema(Archive *fout, TableInfo *tbinfo)
appendPQExpBuffer(q, "\n");
free(relname);
free(qualTmpExtTable);
}
PQclear(res);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册