diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-04-15 15:56:48 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-04-15 15:56:48 +0900 |
commit | 7347855c46527920a86d3217dc140a8ae1060836 (patch) | |
tree | f114b606bf581eaa15c25d2d7f34a7892f1f1de1 /src/backend/commands/tablecmds.c | |
parent | b33ac1a658843bd3abf7450a51cfbcaf7d199f29 (diff) | |
download | postgresql-7347855c46527920a86d3217dc140a8ae1060836.tar.gz postgresql-7347855c46527920a86d3217dc140a8ae1060836.zip |
Fix minor memory leak in pg_dump
A query used to read default ACL information from the catalogs did not
free a set of PQExpBuffer.
Oversight in commit e2090d9, so backpatch down to 9.6.
Author: Jie Zhang
Reviewed-by: Sawada Masahiko
Discussion: https://postgr.es/m/05bcbc5857f948efa0b451b85a48ae10@G08CNEXMBPEKD06.g08.fujitsu.local
Backpatch-through: 9.6
Diffstat (limited to 'src/backend/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions