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: [email protected]
Views: Whole Thread | Raw Message | 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
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1bd1ba8d1f0fdb4dfde40b89f30ce0bbeb2ed995

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.