[COMMITTERS] pgsql: Allow queries submitted by postgres_fdw to be canceled.

2017-05-06 Thread Robert Haas
Allow queries submitted by postgres_fdw to be canceled. Back-patch of commits f039eaac7131ef2a4cf63a10cf98486f8bcd09d2 and 1b812afb0eafe125b820cc3b95e7ca03821aa675, which arranged (in 9.6+) to make remote queries interruptible. It was known at the time that the same problem existed in the

[COMMITTERS] pgsql: Allow queries submitted by postgres_fdw to be canceled.

2017-05-06 Thread Robert Haas
Allow queries submitted by postgres_fdw to be canceled. Back-patch of commits f039eaac7131ef2a4cf63a10cf98486f8bcd09d2 and 1b812afb0eafe125b820cc3b95e7ca03821aa675, which arranged (in 9.6+) to make remote queries interruptible. It was known at the time that the same problem existed in the

[COMMITTERS] pgsql: Allow queries submitted by postgres_fdw to be canceled.

2017-05-06 Thread Robert Haas
Allow queries submitted by postgres_fdw to be canceled. Back-patch of commits f039eaac7131ef2a4cf63a10cf98486f8bcd09d2 and 1b812afb0eafe125b820cc3b95e7ca03821aa675, which arranged (in 9.6+) to make remote queries interruptible. It was known at the time that the same problem existed in the

[COMMITTERS] pgsql: Allow queries submitted by postgres_fdw to be canceled.

2016-04-21 Thread Robert Haas
Allow queries submitted by postgres_fdw to be canceled. This fixes a problem which is not new, but with the advent of direct foreign table modification in 0bf3ae88af330496517722e391e7c975e6bad219, it's somewhat more likely to be annoying than previously. So, arrange for a local query cancelation