[BUGS] PostgreSQL BugTool Submission

2000-08-21 Thread pgsql-bugs
Vinny ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description There's this bug, see? Long Description It's a huge bug that's eating tons of memory. Sample Code for(x=0;x<10;x++) p[x] = malloc(1); No file was uploaded with t

[BUGS] PostgreSQL BugTool Submission

2000-08-21 Thread Unprivileged user
Chi Fan ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description pgsql 7.0.2 cursor bug Long Description POSTGRESQL BUG REPORT TEMPLATE

Re: [BUGS] PostgreSQL BugTool Submission

2000-08-21 Thread Tom Lane
Unprivileged user <[EMAIL PROTECTED]> writes: > The backend crash after seeing a message 'NOTICE: trying to delete > portal name that does not exist' after using a cursor on a particular > query (which'll be shown below). Oooh, that's a nasty one! The problem is one of bogus memory management fo