pgsql: PGTYPEStimestamp_sub should use the values and not the pointers - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: PGTYPEStimestamp_sub should use the values and not the pointers
Date
Msg-id 20080410104335.20CDB7559CC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
PGTYPEStimestamp_sub should use the values and not the pointers to substract.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg:
        ChangeLog (r1.379 -> r1.380)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.379&r2=1.380)
    pgsql/src/interfaces/ecpg/pgtypeslib:
        timestamp.c (r1.40 -> r1.41)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/timestamp.c?r1=1.40&r2=1.41)

pgsql-committers by date:

Previous
From: dim@pgfoundry.org (User Dim)
Date:
Subject: prefix - prefix: Cleanup: get rid of useless operators and functions
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of