postgresql/contrib/postgres_fdw
Robert Haas 1b812afb0e 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
2016-05-16 11:19:10 -04:00
..
expected
sql
.gitignore
connection.c Fix multiple problems in postgres_fdw query cancellation logic. 2016-05-16 11:19:10 -04:00
deparse.c
Makefile
option.c
postgres_fdw--1.0.sql
postgres_fdw.c Allow queries submitted by postgres_fdw to be canceled. 2016-04-21 10:49:09 -04:00
postgres_fdw.control
postgres_fdw.h Allow queries submitted by postgres_fdw to be canceled. 2016-04-21 10:49:09 -04:00
shippable.c