Possible memory leak in Postgres V7.0.2/ecpg 2.7.1

Поиск
Список
Период
Сортировка
От buhrow@lothlorien.nfbcal.org (Brian Buhrow)
Тема Possible memory leak in Postgres V7.0.2/ecpg 2.7.1
Дата
Msg-id 200012181821.KAA27945@lothlorien.nfbcal.org
обсуждение исходный текст
Ответы Re: Possible memory leak in Postgres V7.0.2/ecpg 2.7.1
Список pgsql-interfaces
    Hello.  I'm brand new to this list, and fairly new to postgres.
I'm in the midst of writing a database application on top of Postgres
V7.0.2, using ecpg V2.7.1, included with the package.  I find that running
a batch client I wrote leaks memory to the extent that the client bombs out
a quarter of the way through its job.  Thinking it was my code, I traced
through the truss/ktrace output to determine when memory requests were
coming in to the OS from the process in question.  After my
initializations, I discovered that it appears that all subsequent memory
requests come in when the application is executing ecpg code.  Since I'm
not particularly familiar with the innards of the ecpg code, I thought I
would ask if anyone has seen this sort of problem before.  My sql code is
not particularly complicated, but I am using cursors, and it seems that
these allocations happen just before "declare cursor" is executed.  Can
anyone help shed light on what might be going on, and how I might fix it?
I can provide traces if that would help, as well as any debugging
statements, if someone can tell me how to turn them on.Many thanks in advance.
-Brian




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Henry C. Schmitt"
Дата:
Сообщение: DBD-Pg 0.95 make test error
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: Coppatibility of ODBC drivers with forecoming 7.1