pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of
Date
Msg-id 20080410104656.192457559CC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to substract.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/pgtypeslib:
        timestamp.c (r1.18.2.1 -> r1.18.2.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/timestamp.c?r1=1.18.2.1&r2=1.18.2.2)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of
Next
From: dim@pgfoundry.org (User Dim)
Date:
Subject: prefix - prefix: more DEBUGs, fixes in gpr_picksplit()