From: Tom Lane Date: Thu, 3 Apr 2014 15:05:55 +0000 (-0400) Subject: Fix documentation about size of interval type. X-Git-Tag: REL9_3_5~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64e381a163f04b89bc75721cd3a86d93be5fee68;p=postgresql 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. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 2e74dbf94e..529d492035 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1587,7 +1587,7 @@ SELECT E'\\xDEADBEEF'; interval [ fields ] [ (p) ] - 12 bytes + 16 bytes time interval -178000000 years 178000000 years