pgsql: Add some comments to tinterval_cmp_internal pointing out its - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add some comments to tinterval_cmp_internal pointing out its
Date
Msg-id 20100803163102.B7F0E7541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some comments to tinterval_cmp_internal pointing out its severe
implementation deficiencies.  Per discussion of bug #5592, we're not
going to change it, but these things should be documented so that if
anyone ever reimplements type tinterval, they will be more careful.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        nabstime.c (r1.164 -> r1.165)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/nabstime.c?r1=1.164&r2=1.165)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: v1.3.4rc1
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add EXPLAIN documentation example.