mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 19:16:17 -04:00
In any case, it seems the REL7_1 branch needs the update too...
This commit is contained in:
parent
1d15afda13
commit
e0c8f4bbad
2 changed files with 2 additions and 4 deletions
|
|
@ -47,10 +47,9 @@ SELECT '' AS six, ABSTIME_TBL.*
|
|||
| Sun Jan 14 03:14:21 1973 PST
|
||||
| Mon May 01 00:30:30 1995 PDT
|
||||
| epoch
|
||||
| current
|
||||
| -infinity
|
||||
| Sat May 10 23:59:12 1947 PDT
|
||||
(6 rows)
|
||||
(5 rows)
|
||||
|
||||
SELECT '' AS six, ABSTIME_TBL.*
|
||||
WHERE ABSTIME_TBL.f1 > abstime '-infinity';
|
||||
|
|
|
|||
|
|
@ -47,10 +47,9 @@ SELECT '' AS six, ABSTIME_TBL.*
|
|||
| Sun Jan 14 03:14:21 1973 PST
|
||||
| Mon May 01 00:30:30 1995 PDT
|
||||
| epoch
|
||||
| current
|
||||
| -infinity
|
||||
| Sat May 10 23:59:12 1947 PST
|
||||
(6 rows)
|
||||
(5 rows)
|
||||
|
||||
SELECT '' AS six, ABSTIME_TBL.*
|
||||
WHERE ABSTIME_TBL.f1 > abstime '-infinity';
|
||||
|
|
|
|||
Loading…
Reference in a new issue