mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
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.