Use the new TimestampDifferenceExceeds API instead of timestamp_cmp_internal
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 2 May 2007 18:27:57 +0000 (18:27 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 2 May 2007 18:27:57 +0000 (18:27 +0000)
commit229d33801d9e31c6eda8e54bee23ed056fd2e257
tree958a77d8a528dc0680ba38a2b40985ad17d7930f
parenta115bfe3b97c3168f169e757dfbc3bc0a4ddf416
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.
src/backend/postmaster/autovacuum.c