pgsql: revert: add transaction processing chapter with internals info - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: revert: add transaction processing chapter with internals info
Date
Msg-id E1p0lkj-001a6p-67@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
revert:  add transaction processing chapter with internals info

This doc patch (master hash 66bc9d2d3e) was decided to be too
significant for backpatching, so reverted in all but master.  Also fix
SGML file header comment in master.

Reported-by:    Peter Eisentraut

Discussion: https://postgr.es/m/c6304b19-6ff7-f3af-0148-cf7aa7e2fbfd@enterprisedb.com

Backpatch-through: 11

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f79cca5bfd2250c56e93f32a21bd3cd39be07724

Modified Files
--------------
doc/src/sgml/config.sgml                |   6 +-
doc/src/sgml/datatype.sgml              |   3 +-
doc/src/sgml/filelist.sgml              |   1 -
doc/src/sgml/func.sgml                  |  20 +---
doc/src/sgml/glossary.sgml              |   3 +-
doc/src/sgml/monitoring.sgml            |   6 +-
doc/src/sgml/pgrowlocks.sgml            |   3 +-
doc/src/sgml/postgres.sgml              |   1 -
doc/src/sgml/ref/release_savepoint.sgml |  62 ++++------
doc/src/sgml/ref/rollback.sgml          |   8 +-
doc/src/sgml/ref/rollback_to.sgml       |   5 +-
doc/src/sgml/system-views.sgml          |   7 +-
doc/src/sgml/wal.sgml                   |   6 +-
doc/src/sgml/xact.sgml                  | 205 --------------------------------
14 files changed, 44 insertions(+), 292 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Add installation instructions for building with meson
Next
From: Tom Lane
Date:
Subject: pgsql: Fix under-parenthesized display of AT TIME ZONE constructs.