diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-04-15 15:46:19 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-04-15 15:57:13 -0400 |
commit | 09d9800e52822ed20d69d98aaa39d3fb10769c44 (patch) | |
tree | 85df319eeae4e678681ded3797170b5056dce15b /doc/src/sgml/postgres.sgml | |
parent | 953cf49e166a1a64e1eaf2b091b84e02848b8c75 (diff) | |
download | postgresql-09d9800e52822ed20d69d98aaa39d3fb10769c44.tar.gz postgresql-09d9800e52822ed20d69d98aaa39d3fb10769c44.zip |
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
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index e9a350234e7..ec9f90e283e 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -256,8 +256,7 @@ break is not needed in a wider output rendering. &geqo; &tableam; &indexam; - &generic-wal; - &custom-rmgr; + &wal-for-extensions; &indextypes; &storage; &transaction; |