*** a/src/test/regress/expected/interval.out
--- b/src/test/regress/expected/interval.out
***************
*** 307,316 **** select '4 millenniums 5 centuries 4 decades 1 year 4 months 4 days 17 minutes 31
  (1 row)
  
  -- test long interval output
! select '100000000y 10mon -1000000000d -1000000000h -10min -10.000001s ago'::interval;
!                                          interval                                          
! -------------------------------------------------------------------------------------------
!  @ 100000000 years 10 mons -1000000000 days -1000000000 hours -10 mins -10.000001 secs ago
  (1 row)
  
  -- test justify_hours() and justify_days()
--- 307,316 ----
  (1 row)
  
  -- test long interval output
! select '100000000y 10mon -1000000000d -1000000h -10min -10.000001s ago'::interval;
!                                         interval                                        
! ----------------------------------------------------------------------------------------
!  @ 100000000 years 10 mons -1000000000 days -1000000 hours -10 mins -10.000001 secs ago
  (1 row)
  
  -- test justify_hours() and justify_days()
*** a/src/test/regress/sql/interval.sql
--- b/src/test/regress/sql/interval.sql
***************
*** 109,115 **** select avg(f1) from interval_tbl;
  select '4 millenniums 5 centuries 4 decades 1 year 4 months 4 days 17 minutes 31 seconds'::interval;
  
  -- test long interval output
! select '100000000y 10mon -1000000000d -1000000000h -10min -10.000001s ago'::interval;
  
  -- test justify_hours() and justify_days()
  
--- 109,115 ----
  select '4 millenniums 5 centuries 4 decades 1 year 4 months 4 days 17 minutes 31 seconds'::interval;
  
  -- test long interval output
! select '100000000y 10mon -1000000000d -1000000h -10min -10.000001s ago'::interval;
  
  -- test justify_hours() and justify_days()
  
