mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix documentation about size of interval type.
It's been 16 bytes, not 12, for ages. This was fixed in passing in HEAD (commit 146604ec), but as a factual error it should have been back-patched. Per gripe from Tatsuhito Kasahara.
This commit is contained in:
parent
003a31a7c9
commit
4f30487535
@ -1597,7 +1597,7 @@ SELECT E'\\xDEADBEEF';
|
||||
</row>
|
||||
<row>
|
||||
<entry><type>interval [ <replaceable>fields</replaceable> ] [ (<replaceable>p</replaceable>) ]</type></entry>
|
||||
<entry>12 bytes</entry>
|
||||
<entry>16 bytes</entry>
|
||||
<entry>time interval</entry>
|
||||
<entry>-178000000 years</entry>
|
||||
<entry>178000000 years</entry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user