mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 23:57:18 -04:00
bool uses one byte
This commit is contained in:
parent
1a305b7ad5
commit
cd72d24e02
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue