aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-12-07 04:09:39 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-12-07 04:09:39 +0000
commit04fa5ca5449c1efcd484b3a6ec891b299513cdfd (patch)
tree5e099b0495c0cd38143f75f6b6a4e114e49cf514 /src/backend/access/gist/gist.c
parent5ad4034a4c12fc0d55f7b14a73e597943b97f717 (diff)
downloadpostgresql-04fa5ca5449c1efcd484b3a6ec891b299513cdfd.tar.gz
postgresql-04fa5ca5449c1efcd484b3a6ec891b299513cdfd.zip
Clean up memory leakage in find_inheritors() by using pg_list lists
(which are palloc'd) instead of DLLists (which are malloc'd). Not very significant, since this routine seldom has anything useful to do, but a leak is a leak...
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions