From 4dd00b042fe88bfbf7ce6400c69ee232e9eb6e48 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 1 Dec 2022 10:45:08 -0500
Subject: [PATCH] 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
---
 doc/src/sgml/xact.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/xact.sgml b/doc/src/sgml/xact.sgml
index c0f4993a0df..b467660eeec 100644
--- a/doc/src/sgml/xact.sgml
+++ b/doc/src/sgml/xact.sgml
@@ -1,4 +1,4 @@
-<!-- doc/src/sgml/mvcc.sgml -->
+<!-- doc/src/sgml/xact.sgml -->
 
 <chapter id="transactions">
 
-- 
2.39.5