regression.diffs

application/octet-stream

Filename: regression.diffs
Type: application/octet-stream
Part: 0
Message: Re: Patch: Write Amplification Reduction Method (WARM)
*** /media/sf_code/fast/fujitsu-oss-postgres/src/test/regress/expected/create_index.out	2016-11-09 12:50:55.017043300 +1100
--- /media/sf_code/fast/fujitsu-oss-postgres/src/test/regress/results/create_index.out	2016-11-15 11:16:39.341650900 +1100
***************
*** 473,479 ****
           f1          
  ---------------------
   ((2,0),(2,4),(0,0))
! (1 row)
  
  EXPLAIN (COSTS OFF)
  SELECT * FROM circle_tbl WHERE f1 && circle(point(1,-2), 1)
--- 473,480 ----
           f1          
  ---------------------
   ((2,0),(2,4),(0,0))
!  ((3,1),(3,3),(1,0))
! (2 rows)
  
  EXPLAIN (COSTS OFF)
  SELECT * FROM circle_tbl WHERE f1 && circle(point(1,-2), 1)
***************
*** 508,514 ****
  SELECT count(*) FROM gpolygon_tbl WHERE f1 && '(1000,1000,0,0)'::polygon;
   count 
  -------
!      2
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 509,515 ----
  SELECT count(*) FROM gpolygon_tbl WHERE f1 && '(1000,1000,0,0)'::polygon;
   count 
  -------
!      4
  (1 row)
  
  EXPLAIN (COSTS OFF)

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