diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/fdwhandler.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 8aa7edfe4af..d1194def820 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -1597,7 +1597,7 @@ ForeignAsyncRequest(AsyncRequest *areq); <literal>areq->callback_pending</literal> to <literal>true</literal> for the <structname>ForeignScan</structname> node to get a callback from the callback functions described below. If no more tuples are available, - set the slot to NULL, and the + set the slot to NULL or an empty slot, and the <literal>areq->request_complete</literal> flag to <literal>true</literal>. It's recommended to use <function>ExecAsyncRequestDone</function> or |