1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Reduce regression diffs

This commit is contained in:
Bruce Momjian 1996-12-02 14:17:59 +00:00
parent 5f9bdb7641
commit 58193362bd

View File

@ -1,7 +1,7 @@
-- --
-- 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.*
< '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.*