1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

bool uses one byte

This commit is contained in:
Bruce Momjian 1999-03-15 15:00:08 +00:00
parent 1a305b7ad5
commit cd72d24e02

View File

@ -2005,7 +2005,7 @@ and boolean expressions
always evaluate to a result compatible with this type.</para> always evaluate to a result compatible with this type.</para>
<para> <para>
<type>bool</type> uses 4 bytes of storage. <type>bool</type> uses 1 byte of storage.
</para> </para>
<para> <para>