Commit 58193362 authored by Bruce Momjian's avatar Bruce Momjian

Reduce regression diffs

parent 5f9bdb76
-- --
-- queries.source -- queries.source
-- --
-- $Header: /cvsroot/pgsql/src/test/regress/Attic/queries.source,v 1.5 1996/12/02 06:31:20 momjian Exp $ -- $Header: /cvsroot/pgsql/src/test/regress/Attic/queries.source,v 1.6 1996/12/02 14:17:59 momjian Exp $
-- --
-- The comments that contain sequences of UNIX commands generate the -- The comments that contain sequences of UNIX commands generate the
-- desired output for the POSTQUEL statement(s). -- desired output for the POSTQUEL statement(s).
...@@ -222,7 +222,7 @@ SELECT '' AS five, ABSTIME_TBL.* ...@@ -222,7 +222,7 @@ SELECT '' AS five, ABSTIME_TBL.*
< 'Jan 14 14:00:00 1977'::abstime; < 'Jan 14 14:00:00 1977'::abstime;
SELECT '' AS five, ABSTIME_TBL.* SELECT '' AS five, ABSTIME_TBL.*
WHERE (ABSTIME_TBL.f1 + '@ 3 year ago'::reltime) -- -3 years WHERE (ABSTIME_TBL.f1 + '@ 3 year ago'::reltime) -- -3 years
< 'Jan 14 14:00:00 1971'::abstime; < 'Jan 14 14:00:00 1971'::abstime;
SELECT '' AS five, ABSTIME_TBL.* SELECT '' AS five, ABSTIME_TBL.*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment