pgsql: interval_abs(): Add C comment about why there is no - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: interval_abs(): Add C comment about why there is no
Date
Msg-id 20091110184125.15033753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
interval_abs():

Add C comment about why there is no interval_abs():  it is unclear what
value to return:

    http://archives.postgresql.org/pgsql-general/2009-10/msg01031.php
    http://archives.postgresql.org/pgsql-general/2009-11/msg00041.php

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.203 -> r1.204)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c?r1=1.203&r2=1.204)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix longstanding problems in VACUUM caused by untimely
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revert the temporary patch to work around Snow Leopard readdir()