From: Tom Lane Date: Thu, 3 Apr 2014 15:05:55 +0000 (-0400) Subject: Fix documentation about size of interval type. X-Git-Tag: REL8_4_22~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bd1ba8d1f0fdb4dfde40b89f30ce0bbeb2ed995;p=thirdparty%2Fpostgresql.git 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 4ea2b8a3662..6d209f0bf32 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1460,7 +1460,7 @@ SELECT b, char_length(b) FROM test2; interval [ fields ] [ (p) ] - 12 bytes + 16 bytes time interval -178000000 years 178000000 years