pgsql: Properly adjust age() seconds to match the sign of the larger - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Properly adjust age() seconds to match the sign of the larger
Date
Msg-id 20070718031313.AB9A99FB473@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Properly adjust age() seconds to match the sign of the larger units.
Patch from Tom.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.179 -> r1.180)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.179&r2=1.180)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that age() adds days, then full months.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that 'deleted' is also tracked by autovacuum.