aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-03-18 20:37:09 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-03-18 20:37:09 -0400
commit5368369701447b4f2a767c34cfde1f9f4eb53f7a (patch)
treeaa2e913d40ebe5d121626fc824501f2950dda1d8 /src/backend/executor/nodeModifyTable.c
parent0c3079e3ef6956feefc9cc4f62ad1f9acc7c84e9 (diff)
downloadpostgresql-5368369701447b4f2a767c34cfde1f9f4eb53f7a.tar.gz
postgresql-5368369701447b4f2a767c34cfde1f9f4eb53f7a.zip
Don't leak rd_statlist when a relcache entry is dropped.
Although these lists are usually NIL, and even when not empty are unlikely to be large, constant relcache update traffic could eventually result in visible bloat of CacheMemoryContext. Found via valgrind testing. Back-patch to v10 where this field was added. Discussion: https://postgr.es/m/3816764.1616104288@sss.pgh.pa.us
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions