From cd72d24e029d2e0e04b05f7827fb8f90c516f73f Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 15 Mar 1999 15:00:08 +0000
Subject: [PATCH] bool uses one byte

---
 doc/src/sgml/datatype.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index e6ff993b104..faa79189ab1 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -2005,7 +2005,7 @@ and boolean expressions
 always evaluate to a result compatible with this type.</para>
 
 <para>
-<type>bool</type> uses 4 bytes of storage.
+<type>bool</type> uses 1 byte of storage.
 </para>
 
 <para>
-- 
GitLab