Thread: pgsql: Fix timestamptz_age() to do calculation in local timezone not

pgsql: Fix timestamptz_age() to do calculation in local timezone not

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.115 -> r1.116)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.115&r2=1.116)