pgsql: Fix documentation about size of interval type.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documentation about size of interval type.
Date: 2014-04-03 15:06:58
Message-ID: E1WVjEI-0005TY-IC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/640c0d20a17a0fcfc634b07319841727135b383a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-03 16:38:09 pgsql: Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free.
Previous Message Heikki Linnakangas 2014-04-03 12:57:03 pgsql: Avoid palloc in critical section in GiST WAL-logging.