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
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
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