]> granicus.if.org Git - postgresql/commit
Fix multiple problems in postgres_fdw query cancellation logic.
authorRobert Haas <rhaas@postgresql.org>
Mon, 16 May 2016 15:19:10 +0000 (11:19 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 16 May 2016 15:19:10 +0000 (11:19 -0400)
commit1b812afb0eafe125b820cc3b95e7ca03821aa675
treee7c4f63d7ccf8531766414d7c3ce2a31d18e124a
parentb7a9347c11e19918a34b127a096061bfb002fcb5
Fix multiple problems in postgres_fdw query cancellation logic.

First, even if we cancel a query, we still have to roll back the
containing transaction; otherwise, the session will be left in a
failed transaction state.

Second, we need to support canceling queries whe aborting a
subtransaction as well as when aborting a toplevel transaction.

Etsuro Fujita, reviewed by Michael Paquier
contrib/postgres_fdw/connection.c