Tom Lane wrote:
> Found it --- the actual leak is in index_create, not in TRUNCATE or
> CLUSTER at all; and it's been there a really long time.
> Patch for 7.4 branch attached.
Excellent! Does index_create refer to something that is invoked as a
consequence of CREATE INDEX? I'm looking through the code on our side
and can't find any obvious places where we recreate indexes, but I might
just be missing something. Might it be a conseuence of repulating a
recently truncated table instead? I'll confer with Joe on this new
information tomorrow. Thanks for taking the time to look into this.
Jeff