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-0005TQ-EU@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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4f304875356bd92f5ed06fe751b985bbfd5b7d66

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.