pgsql: Doc: Update documentation for asynchronous execution.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Update documentation for asynchronous execution.
Date: 2021-05-17 08:35:28
Message-ID: E1liYim-0006QT-TB@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Update documentation for asynchronous execution.

Add a note of caution on the performance of asynchronous execution by
postgres_fdw. Follow-up for commit 27e1f1456.

Stephen Frost, a little bit expanded by me.

Discussion: https://postgr.es/m/20210506171224.GV20766%40tamriel.snowman.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15fcd33e0694428d0567a6796891b759bc91e6f9

Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2021-05-17 09:02:31 pgsql: Fix wording in description of pg_stat_statements.toplevel
Previous Message Bruce Momjian 2021-05-17 03:35:01 pgsql: doc: update PG 14 relnotes from feedback by Tom, Alvaro, Julien