BUG #9843: interval data type storage size (8.1 later) - Mailing list pgsql-bugs

From [email protected]
Subject BUG #9843: interval data type storage size (8.1 later)
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: BUG #9843: interval data type storage size (8.1 later)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      9843
Logged by:          nuko yokohama
Email address:      [email protected]
PostgreSQL version: 9.3.4
Operating system:   CentOS 6.3
Description:

Hi.

PostgreSQL 9.3 document in "Table 8-9" of "8.5. Date / Time Types", storage
size of the interval data type has 12 bytes.
However, the definition of "datatype / timestamp.h", size of the interval
data type was 16 bytes.
In addition, interval data type was 16 bytes even dump the results of the
table file.
"day" field to the interval data type is added in PostgreSQL 8.1, but do not
not been reflected in the document PostgreSQL at that time?

Regards.

----
nuko yokohama <[email protected]>

pgsql-bugs by date:

Previous
From: [email protected]
Date:
Subject: BUG #9836: SegFault at heaptouple.c:1104
Next
From: [email protected]
Date:
Subject: BUG #9841: Need some help in sql query