*** /home/jdavis/wd/git/postgresql/src/test/regress/expected/interval.out	2014-04-29 16:12:58.207041718 -0700
--- /home/jdavis/wd/git/postgresql/src/test/regress/results/interval.out	2014-05-06 10:04:20.052642703 -0700
***************
*** 308,316 ****
  
  -- 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()
--- 308,316 ----
  
  -- 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 secs ago
  (1 row)
  
  -- test justify_hours() and justify_days()

======================================================================

