Rip out QueryTreeList structure, root and branch. Querytree

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

Commit: 507a0a2ab09144f524e3239b7fc201ad1ad1b78e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-05-13T07:29:22Z
Releases: 7.1.1
Rip out QueryTreeList structure, root and branch.  Querytree
lists are now plain old garden-variety Lists, allocated with palloc,
rather than specialized expansible-array data allocated with malloc.
This substantially simplifies their handling and eliminates several
sources of memory leakage.
Several basic types of erroneous queries (syntax error, attempt to
insert a duplicate key into a unique index) now demonstrably leak
zero bytes per query.

Files