beginnings of true async attempt, but doesn't work async2
authorRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2016 21:34:03 +0000 (17:34 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2016 21:36:25 +0000 (17:36 -0400)
commit51ca0665e81a92b72b398b5ac1182c1231129ef4
tree191be101a559ea50b1d95a8eacc54f1888aa7473
parentf07555cd8ebca78dec856c73a9518dfbbbdc631f
beginnings of true async attempt, but doesn't work

ERROR:  another command is already in progress

CONTEXT:  Remote SQL command: DECLARE c2 CURSOR FOR
SELECT a, b FROM t.foo2
STATEMENT:  select * from foo;

and if we got past that we can't configure a wait

and there are various other problems
contrib/postgres_fdw/connection.c
contrib/postgres_fdw/postgres_fdw.c
contrib/postgres_fdw/postgres_fdw.h