[COMMITTERS] pgsql: Improve documentation of timestamp internal representation. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Improve documentation of timestamp internal representation.
Date
Msg-id E1cOtAJ-0007Yp-9b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve documentation of timestamp internal representation.

Be more clear that we represent timestamps in microseconds when
integer timestamps are used, and in fractional seconds when
floating-point timestamps are used.

Discussion: http://postgr.es/m/20161212135045.GB15488@e733.localdomain

Report by Alexander Alekseev.  Wording by me with a suggestion
from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/44f7afba79348883da110642d230a13003b75f62

Modified Files
--------------
doc/src/sgml/datatype.sgml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Assorted code improvements for table partitioning.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Handle OID column inheritance correctly in ALTER TABLE ...INHER