pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of
Date: 2008-04-10 10:45:39
Message-ID: 20080410104539.7B9677559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to substract.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/pgtypeslib:
timestamp.c (r1.37 -> r1.37.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/timestamp.c?r1=1.37&r2=1.37.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2008-04-10 10:46:22 pgsql: Fixed bug in PGTYPEStimestamp_sub that used pointers instead of
Previous Message Michael Meskes 2008-04-10 10:43:35 pgsql: PGTYPEStimestamp_sub should use the values and not the pointers