summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
diff options
context:
space:
mode:
authorEtsuro Fujita2021-08-02 03:45:00 +0000
committerEtsuro Fujita2021-08-02 03:45:00 +0000
commita8ed9bd59d48c13da50ed2358911721b2baf1de3 (patch)
tree1f9469ec35097d0d16cb4e23e807cd2768796123 /contrib/btree_gist
parenteaf5321c352478266cebe2aa50ea4c34a8fdd2c7 (diff)
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
I failed to account for the possibility that when ExecAppendAsyncEventWait() notifies multiple async-capable nodes using postgres_fdw, a preceding node might invoke process_pending_request() to process a pending asynchronous request made by a succeeding node. In that case the succeeding node should produce a tuple to return to the parent Append node from tuples fetched by process_pending_request() when notified. Repair. Per buildfarm via Michael Paquier. Back-patch to v14, like the previous commit. Thanks to Tom Lane for testing. Discussion: https://postgr.es/m/YQP0UPT8KmPiHTMs%40paquier.xyz
Diffstat (limited to 'contrib/btree_gist')
0 files changed, 0 insertions, 0 deletions