BUG #2791: Error while commiting

From: "Raman Dabhade" <raman(dot)dabhade(at)coalitiondev(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2791: Error while commiting
Date: 2006-11-28 14:13:15
Message-ID: 200611281413.kASEDFxU078795@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2791
Logged by: Raman Dabhade
Email address: raman(dot)dabhade(at)coalitiondev(dot)com
PostgreSQL version: 8.1
Operating system: Win XP
Description: Error while commiting
Details:

ERROR: SPI_execute_plan failed executing query "commit":
SPI_ERROR_TRANSACTION
CONTEXT: PL/pgSQL function "processrecords" line 4 at SQL statement

When executing following procedure:

CREATE OR REPLACE FUNCTION processRecords()
RETURNS int8 AS
$BODY$
declare
begin

commit ;

return 0;
end;
$BODY$
LANGUAGE 'plpgsql' VOLATILE;

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pat hayes 2006-11-28 14:14:39 Re: BUG #2785: Exception Issue
Previous Message Thomas H. 2006-11-28 12:34:45 Re: BUG #2781: database dump/restore problems