Re: [PATCHES] Proposed patch for operator lookup caching

2007-11-27 Thread Simon Riggs
On Mon, 2007-11-26 at 21:13 -0500, Tom Lane wrote: > Since Simon seems intent on hacking something in there, here is a patch > that I think is actually sane for improving operator lookup speed. > This patch caches all lookups, exact or ambiguous (since even the exact > ones require multiple cache

Re: [PATCHES] Proposed patch for operator lookup caching

2007-11-27 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > Since Simon seems intent on hacking something in there, here is a patch > that I think is actually sane for improving operator lookup speed. +1 on the patch (reviewed and tested), and +1 for rolling it into RC. - -- Greg Sabino Mullane [EMAI

[PATCHES] Proposed patch for operator lookup caching

2007-11-26 Thread Tom Lane
Since Simon seems intent on hacking something in there, here is a patch that I think is actually sane for improving operator lookup speed. This patch caches all lookups, exact or ambiguous (since even the exact ones require multiple cache searches in common cases); and behaves sanely in the presenc