Skip to content

Commit 4f30487

Browse files
committed
Fix documentation about size of interval type.
It's been 16 bytes, not 12, for ages. This was fixed in passing in HEAD (commit 146604e), but as a factual error it should have been back-patched. Per gripe from Tatsuhito Kasahara.
1 parent 003a31a commit 4f30487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ SELECT E'\\xDEADBEEF';
15971597
</row>
15981598
<row>
15991599
<entry><type>interval [ <replaceable>fields</replaceable> ] [ (<replaceable>p</replaceable>) ]</type></entry>
1600-
<entry>12 bytes</entry>
1600+
<entry>16 bytes</entry>
16011601
<entry>time interval</entry>
16021602
<entry>-178000000 years</entry>
16031603
<entry>178000000 years</entry>

0 commit comments

Comments
 (0)