pgsql: Make USECS_PER_* timestamp macros visible even when we are not u

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make USECS_PER_* timestamp macros visible even when we are not u
Date: 2011-08-13 01:32:49
Message-ID: E1Qs35l-0002SN-2T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make USECS_PER_* timestamp macros visible even when we are not using
integer timestamps.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6d7bd5dec9e073018d9c2bea51d8e271cf5a5af6

Modified Files
--------------
src/include/utils/timestamp.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-13 21:54:36 pgsql: Fix incorrect timeout handling during initial authentication tra
Previous Message Bruce Momjian 2011-08-11 20:37:29 pgsql: Add major features list and introductory text for 9.1 release no