Repair bugs discussed in pghackers thread of 15 May 1999: creation of a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9c95f8c9b298c1badb4376eabad53b35a8ac4f2b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-12-30T05:05:13Z
Releases: 7.1.1
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.

Files