pgsql: Fix documentation about size of interval type. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix documentation about size of interval type.
Date
Msg-id E1WVjEI-0005TO-Br@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/64e381a163f04b89bc75721cd3a86d93be5fee68

Modified Files
--------------
doc/src/sgml/datatype.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Avoid palloc in critical section in GiST WAL-logging.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix documentation about size of interval type.