[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pgsql-bugs
Subject:    [BUGS] BUG #5515: Memory grows up problem
From:       "Yuhui" <thesecularbird () hotmail ! com>
Date:       2010-06-21 11:40:19
Message-ID: 201006211140.o5LBeJKW047461 () wwwmaster ! postgresql ! org
[Download RAW message or body]


The following bug has been logged online:

Bug reference:      5515
Logged by:          Yuhui
Email address:      thesecularbird@hotmail.com
PostgreSQL version: 8.3,8.2,8.1
Operating system:   Linux,Windows
Description:        Memory grows up problem
Details: 

Do the follow setp to reproduce the problem:
1,
CREATE TABLE mem_leak(A INT, B char(50) default 'abcdefg');
2,
INSERT INTO mem_leak(a) VALUES(generate_series(1,200000000));

The memory which the execution process occupation will grows larger and
larger until all the memory is gone or the process is over or the process is
killed by the os.
If in create table statementthe "B char(50)" is changed to "B varchar(50)"
or delete the "default 'abcdefg'" the memory will not grow anymore.

The problem is not happen in the 8.4 above version.

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic