| От | Richard Ellis |
|---|---|
| Тема | 7.0.3 postmaster memory leak with aborted transactions |
| Дата | |
| Msg-id | 3AB977E0.A97082E@erols.com обсуждение исходный текст |
| Ответы |
Re: 7.0.3 postmaster memory leak with aborted transactions
|
| Список | pgsql-bugs |
Test case:
create table test (data text unique);
Outside of psql, run this command (This is for bash):
while true ; do echo "begin work; insert into test (data) values ('This
is a test string.'); commit work;" ; done | psql
Watch the resident set size of the postmaster that the psql is connected
to as the while loop pumps data into psql. As transactions are aborted,
the RSS of the postmaster continues to grow. Looks like postmaster is
leaking memory somewhere.
Postgresql 7.0.3, compiled for Linux/glibc2 with gcc 2.95.2.
--
Microsoft is not the answer. Boycott Microsoft Home page
Microsoft is the question. http://www0.vcnet.com/bms
No is the answer.
Microsoft: Bringing you ten-year old technology, tomorrow, maybe.
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера