pgsql: doc: expand description of how non-SELECT queries are processed

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: expand description of how non-SELECT queries are processed
Date: 2021-01-09 17:11:33
Message-ID: E1kyHm1-0003by-7u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: expand description of how non-SELECT queries are processed

The previous description of how the executor processes non-SELECT
queries was very dense, causing lack of clarity. This expanded text
spells it out more simply.

Reported-by: fotis(dot)koutoupas(at)gmail(dot)com

Discussion: https://postgr.es/m/160912275508.676.17469511338925622905@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/09777bd7961fcd91109ae23b2b79cceb1db91ddd

Modified Files
--------------
doc/src/sgml/arch-dev.sgml | 50 +++++++++++++++++++++++++++-------------------
1 file changed, 30 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-01-11 02:31:27 pgsql: Use vectored I/O to fill new WAL segments.
Previous Message Amit Kapila 2021-01-09 12:40:05 Re: pgsql: Test decoding of two-phase transactions during the build of a co