postgresql/src/backend
Bruce Momjian 5a15149736 It seems that ExecInit/EndIndexScan is leaking some memory...
For example, if I run a query, that uses an index scan, and call
MemoryContextSt ats (CurrentMemoryContext) before ExecutorStart() and
after ExecutorEnd() in ProcessQuery(), I am consistently see ing that
the 'after' call shows 256 bytes more used, then 'before'...

The problem seems to be in ExecEndIndexScan - it does not release
scanstate, ind exstate, indexstate->iss_RelationDescs and indexstate ->
iss_ScanDescs...

Dmitry Tkach
2002-06-23 21:29:32 +00:00
..
access Update copyright to 2002. 2002-06-20 20:29:54 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog Update copyright to 2002. 2002-06-20 20:29:54 +00:00
commands Clean up some copyrights. 2002-06-20 20:51:45 +00:00
executor It seems that ExecInit/EndIndexScan is leaking some memory... 2002-06-23 21:29:32 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Update copyright to 2002. 2002-06-20 20:29:54 +00:00
main Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes Update copyright to 2002. 2002-06-20 20:29:54 +00:00
optimizer Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parser Implement SQL99 CREATE CAST and DROP CAST statements. 2002-06-22 02:04:55 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Update copyright to 2002. 2002-06-20 20:29:54 +00:00
postmaster Update copyright to 2002. 2002-06-20 20:29:54 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite Update copyright to 2002. 2002-06-20 20:29:54 +00:00
storage Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tcop Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils Remove Jan's copyright, with his approval. 2002-06-21 02:59:38 +00:00
Makefile Add $(LDFLAGS) to Windows make rule for postgres executable. Needed 2002-05-22 21:46:40 +00:00