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

From Bruce Momjian
Subject pgsql: doc: expand description of how non-SELECT queries are processed
Date
Msg-id E1kyHm1-0003bo-6D@gemulon.postgresql.org
Whole thread Raw
List 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.koutoupas@gmail.com

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

Backpatch-through: 9.5

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01334c92fa09dc496a444a4f206854ef37247258

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Test decoding of two-phase transactions during the build of a co
Next
From: Thomas Munro
Date:
Subject: pgsql: Use vectored I/O to fill new WAL segments.