pgsql: Use the new TimestampDifferenceExceeds API instead of

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use the new TimestampDifferenceExceeds API instead of
Date: 2007-05-02 18:27:57
Message-ID: 20070502182757.A1E629FB938@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use the new TimestampDifferenceExceeds API instead of timestamp_cmp_internal
and TimestampDifference, to make coding clearer. I think this should also fix
the failure to start workers in platforms with low resolution timers, as
reported by Itagaki Takahiro.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.43&r2=1.44)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2007-05-02 19:56:25 stackbuilder - wizard: Translation update from Nicolai
Previous Message Alvaro Herrera 2007-05-02 15:47:14 pgsql: Fix failure to check for INVALID worker entry in the new