Re: [BUGS] BUG #5516: Memory grows up problem

2010-06-21 Thread Tom Lane
Greg Stark writes: > On Mon, Jun 21, 2010 at 12:41 PM, Yuhui wrote: >> CREATE TABLE mem_leak(A INT, B char(50) default 'abcdefg'); >> INSERT INTO mem_leak(a) VALUES(generate_series(1,2)); >> >> The memory which the execution process occupation will grows larger and >> larger until all th

Re: [BUGS] BUG #5516: Memory grows up problem

2010-06-21 Thread Greg Stark
On Mon, Jun 21, 2010 at 12:41 PM, Yuhui wrote: > > The following bug has been logged online: > > Bug reference:      5516 > Logged by:          Yuhui > Email address:      xingyu...@gmail.com > PostgreSQL version: 8.3,8.2,8.1 > Operating system:   Linux,Windows > Description:        Memory grows u

[BUGS] BUG #5516: Memory grows up problem

2010-06-21 Thread Yuhui
The following bug has been logged online: Bug reference: 5516 Logged by: Yuhui Email address: xingyu...@gmail.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