• Robert Haas's avatar
    Allow queries submitted by postgres_fdw to be canceled. · f039eaac
    Robert Haas authored
    This fixes a problem which is not new, but with the advent of direct
    foreign table modification in 0bf3ae88,
    it's somewhat more likely to be annoying than previously.  So,
    arrange for a local query cancelation to propagate to the remote side.
    
    Michael Paquier, reviewed by Etsuro Fujita.	 Original report by
    Thom Brown.
    f039eaac
postgres_fdw.c 136 KB