pgsql: docs: Consolidate into new "WAL for Extensions" chapter.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Consolidate into new "WAL for Extensions" chapter.
Date: 2024-04-15 20:06:06
Message-ID: E1rwSab-002D9J-Mp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: Consolidate into new "WAL for Extensions" chapter.

Previously, we had consecutive, very short chapters called "Generic
WAL" and "Custom WAL Resource Managers," explaining different approaches
to the same problem. Merge them into a single chapter. Explain most
of the differences between the approaches in the chapter's
introductory text, rather than in the individual sections.

Discussion: http://postgr.es/m/46ac50c1-6b2a-404f-a683-b67af6ab56e9@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/09d9800e52822ed20d69d98aaa39d3fb10769c44

Modified Files
--------------
doc/src/sgml/custom-rmgr.sgml | 11 ++++-------
doc/src/sgml/filelist.sgml | 1 +
doc/src/sgml/generic-wal.sgml | 14 +++-----------
doc/src/sgml/postgres.sgml | 3 +--
doc/src/sgml/wal-for-extensions.sgml | 32 ++++++++++++++++++++++++++++++++
5 files changed, 41 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-04-16 00:39:02 pgsql: Add missing PGDLLIMPORT markings
Previous Message Nathan Bossart 2024-04-15 19:06:13 pgsql: doc: Note exceptions for SET ROLE's effect on privilege checks.