diff options
author | Andres Freund <andres@anarazel.de> | 2024-04-07 19:00:11 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2024-04-07 19:09:07 -0700 |
commit | eabf98e949e3a655494a32ceb8d146117cce0505 (patch) | |
tree | 7f1e0b3f2f1147cae7939a8fd4254d064c3aa4cf /src/backend/executor/nodeAgg.c | |
parent | 5fe7bcc6766be52bf5958ac660af92da482ba0e3 (diff) |
simplehash: Free collisions array in SH_STAT
While SH_STAT() is only used for debugging, the allocated array can be large,
and therefore should be freed.
It's unclear why coverity started warning now.
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Reported-by: Coverity
Discussion: https://postgr.es/m/3005248.1712538233@sss.pgh.pa.us
Backpatch: 12-
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions