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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: doc: expand description of how non-SELECT queries are processed
Дата
Msg-id E1kyHm1-0003bt-77@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/931c0bda2dd77781e0efdae47dda5ec478fde083

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Test decoding of two-phase transactions during the build of a co
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Use vectored I/O to fill new WAL segments.