Re: FATAL: ReleaseSavepoint: unexpected state STARTED

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marcin Mańk <marcin(dot)mank(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FATAL: ReleaseSavepoint: unexpected state STARTED
Date: 2011-08-17 21:30:16
Message-ID: 4935.1313616616@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?UTF-8?B?TWFyY2luIE1hxYRr?= <marcin(dot)mank(at)gmail(dot)com> writes:
> psql -c 'release q; prepare q(int) as select 1'
> FATAL: ReleaseSavepoint: unexpected state STARTED

Can't get terribly excited about that, seeing that the statement is
surely going to draw an error and abort processing the rest of the
command string in any case ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2011-08-17 22:19:57 Re: rc1 or beta4?
Previous Message Tom Lane 2011-08-17 21:10:31 Re: plpython crash