Re: BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code
Date
Msg-id 11002.1211919845@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code  (Joe Conway <mail@joeconway.com>)
List pgsql-bugs
Joe Conway <mail@joeconway.com> writes:
> Tom Lane wrote:
>> Yeah, the dblink code should probably try a bit harder to propagate the
>> original error fields.

> Sounds reasonable. Do you think this is a bug fix or an 8.4 enhancement?

8.4 enhancement I think, since a behavioral change here could pose a
compatibility issue for applications.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Joe Conway
Date:
Subject: Re: BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code
Next
From: Tom Lane
Date:
Subject: Re: BUG #4204: COPY to table with FK has memory leak