FATAL: ReleaseSavepoint: unexpected state STARTED

From: Marcin Mańk <marcin(dot)mank(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: FATAL: ReleaseSavepoint: unexpected state STARTED
Date: 2011-08-17 20:32:42
Message-ID: CAK61fk7x19jvVq83CWkGM-dgX_UnL0ES7=N+8dW4CT058gLm5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello
I tried reporting the following bug via web form, it somerhow got lost
(it is not in pgsql-bugs archives, it was #6157 I believe). Anyway,
here it is:

psql -c 'release q; prepare q(int) as select 1'
FATAL: ReleaseSavepoint: unexpected state STARTED
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
connection to server was lost

The message is from 8.4.2, but the bug is in 9.0.4 too .

Greetings
Marcin Mańk

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2011-08-17 21:04:33 Displaying accumulated autovacuum cost
Previous Message Alex Hunsaker 2011-08-17 20:29:32 Re: PL/Perl Returned Array