bool uses one byte

This commit is contained in:
Bruce Momjian 1999-03-15 15:00:08 +00:00
parent 1a305b7ad5
commit cd72d24e02
1 changed files with 1 additions and 1 deletions

View File

@ -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>