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_1_14~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7af116dd2d65ac4341502577f25eadb6fb656cfb;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 10ec158098..26a33e84b0 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1565,7 +1565,7 @@ SELECT E'\\xDEADBEEF'; interval [ fields ] [ (p) ] - 12 bytes + 16 bytes time interval -178000000 years 178000000 years