]> granicus.if.org Git - postgresql/commit
Repair bugs discussed in pghackers thread of 15 May 1999: creation of a
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Dec 1999 05:05:13 +0000 (05:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Dec 1999 05:05:13 +0000 (05:05 +0000)
commit9c95f8c9b298c1badb4376eabad53b35a8ac4f2b
tree8bb89eb69751313f9e62458fba1a7dd233749267
parent649ffe161653f2e3f181f616de62ccc467d8c879
Repair bugs discussed in pghackers thread of 15 May 1999: creation of a
relcache entry no longer leaks a small amount of memory.  index_endscan
now releases all the memory acquired by index_beginscan, so callers of it
should NOT pfree the scan descriptor anymore.
src/backend/access/index/genam.c
src/backend/access/index/indexam.c
src/backend/catalog/indexing.c
src/backend/commands/trigger.c
src/backend/storage/large_object/inv_api.c
src/backend/utils/adt/regproc.c
src/backend/utils/cache/relcache.c
src/include/access/genam.h