12's AND CHAIN doesn't chain when transaction raised an error

From: Philip Dubé <Philip(dot)Dub(at)microsoft(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: 12's AND CHAIN doesn't chain when transaction raised an error
Date: 2019-08-13 22:43:21
Message-ID: MN2PR21MB137385DC87F3458F7B584E8898D20@MN2PR21MB1373.namprd21.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The easiest way to see this is to BEGIN READ ONLY & then attempt an insert. Execute either of COMMIT AND CHAIN or ROLLBACK AND CHAIN & attempt the insert a second time

This seems incorrect. The documentation should at least point out this behavior if it's intended

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan S. Katz 2019-08-13 23:04:07 Re: Add "password_protocol" connection parameter to libpq
Previous Message Jeff Davis 2019-08-13 22:25:06 Re: Add "password_protocol" connection parameter to libpq