v6-0002-minor-doc-change-to-make-build-successfuly.no-cfbot

application/octet-stream

Filename: v6-0002-minor-doc-change-to-make-build-successfuly.no-cfbot
Type: application/octet-stream
Part: 0
Message: Re: Vacuum statistics
From 0b3cd4683705b69b23712435096e50bd4b4a1765 Mon Sep 17 00:00:00 2001
From: jian he <jian.universality@gmail.com>
Date: Thu, 22 Aug 2024 09:19:28 +0800
Subject: [PATCH v6 2/4] minor doc change to make build successfuly.

the doc may still have other problems, but now let's make it build.
---
 doc/src/sgml/system-views.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml
index 42d3ad2148..8cbccdc4a4 100644
--- a/doc/src/sgml/system-views.sgml
+++ b/doc/src/sgml/system-views.sgml
@@ -5360,7 +5360,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
         Number of times blocks of this index were already found
         in the buffer cache by vacuum operations, so that a read was not necessary
         (this only includes hits in the
-        &project; buffer cache, not the operating system's file system cache)
+        project; buffer cache, not the operating system's file system cache)
       </para></entry>
      </row>
 
@@ -5601,7 +5601,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
         Number of times blocks of this table were already found
         in the buffer cache by vacuum operations, so that a read was not necessary
         (this only includes hits in the
-        &project; buffer cache, not the operating system's file system cache)
+        project; buffer cache, not the operating system's file system cache)
       </para></entry>
      </row>
 
-- 
2.34.1