Re: Memory use in 8.3 plpgsql with heavy use of xpath()

From: "Matt Magoffin" <postgresql(dot)org(at)msqr(dot)us>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Memory use in 8.3 plpgsql with heavy use of xpath()
Date: 2008-07-03 01:19:27
Message-ID: 50215.192.168.1.108.1215047967.squirrel@msqr.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> This part seems to match the bug though --- the leak is approximately
> the same size as all the text returned by xpath() within the current
> transaction.
>
> So there may be a second issue remaining to be found. Can you put
> together a test case for the long-term small leak?
>
> regards, tom lane

Hmm, I'm not sure what else to add to this test case. This test case was a
good example of what our database is doing with xpath(); it is using quite
a number of them, that's all. Is there something else in particular you'd
be looking for in another test case?

-- m@

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Klint Gore 2008-07-03 01:20:12 Re: pg_dump - lost synchronization with server: got message type "d", length 6036499
Previous Message Tom Lane 2008-07-03 01:02:26 Re: pg_dump - lost synchronization with server: got message type "d", length 6036499