Postgres Alpha Port On RH6.0 - Mailing list pgsql-hackers

From Uncle George
Subject Postgres Alpha Port On RH6.0
Date
Msg-id 378A41A1.4A86D5C5@voicenet.com
Whole thread Raw
List pgsql-hackers
This particular query from the regression test reltime.sql fails
also fails for >=
BUT not for < of <=

Where is the Comparison made, so I can trace backwards how it got there.

Any Hints would be appreaciated.
gat


QUERY: SELECT '' AS five, RELTIME_TBL.*
   WHERE RELTIME_TBL.f1 > '@ 3 seconds ago'::reltime;
five|f1
----+--
(0 rows)


Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] create rule changes table to view ?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] create rule changes table to view ?