Skip to content

Commit 144ec3c

Browse files
committed
Update geometry-alpha-precision.out per reports from Brent Verner and
Adriaan Joubert.
1 parent 4300e29 commit 144ec3c

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

src/test/regress/expected/geometry-alpha-precision.out

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -163,28 +163,28 @@ SELECT '' AS twentyfour, b.f1 + p.f1 AS translation
163163
twentyfour | translation
164164
------------+-------------------------
165165
| (2,2),(0,0)
166-
| (3,3),(1,1)
167-
| (2.5,3.5),(2.5,2.5)
168-
| (3,3),(3,3)
169166
| (-8,2),(-10,0)
170-
| (-7,3),(-9,1)
171-
| (-7.5,3.5),(-7.5,2.5)
172-
| (-7,3),(-7,3)
173167
| (-1,6),(-3,4)
174-
| (0,7),(-2,5)
175-
| (-0.5,7.5),(-0.5,6.5)
176-
| (0,7),(0,7)
177168
| (7.1,36.5),(5.1,34.5)
178-
| (8.1,37.5),(6.1,35.5)
179-
| (7.6,38),(7.6,37)
180-
| (8.1,37.5),(8.1,37.5)
181169
| (-3,-10),(-5,-12)
182-
| (-2,-9),(-4,-11)
183-
| (-2.5,-8.5),(-2.5,-9.5)
184-
| (-2,-9),(-2,-9)
185170
| (12,12),(10,10)
171+
| (3,3),(1,1)
172+
| (-7,3),(-9,1)
173+
| (0,7),(-2,5)
174+
| (8.1,37.5),(6.1,35.5)
175+
| (-2,-9),(-4,-11)
186176
| (13,13),(11,11)
177+
| (2.5,3.5),(2.5,2.5)
178+
| (-7.5,3.5),(-7.5,2.5)
179+
| (-0.5,7.5),(-0.5,6.5)
180+
| (7.6,38),(7.6,37)
181+
| (-2.5,-8.5),(-2.5,-9.5)
187182
| (12.5,13.5),(12.5,12.5)
183+
| (3,3),(3,3)
184+
| (-7,3),(-7,3)
185+
| (0,7),(0,7)
186+
| (8.1,37.5),(8.1,37.5)
187+
| (-2,-9),(-2,-9)
188188
| (13,13),(13,13)
189189
(24 rows)
190190

@@ -193,28 +193,28 @@ SELECT '' AS twentyfour, b.f1 - p.f1 AS translation
193193
twentyfour | translation
194194
------------+---------------------------
195195
| (2,2),(0,0)
196-
| (3,3),(1,1)
197-
| (2.5,3.5),(2.5,2.5)
198-
| (3,3),(3,3)
199196
| (12,2),(10,0)
200-
| (13,3),(11,1)
201-
| (12.5,3.5),(12.5,2.5)
202-
| (13,3),(13,3)
203197
| (5,-2),(3,-4)
204-
| (6,-1),(4,-3)
205-
| (5.5,-0.5),(5.5,-1.5)
206-
| (6,-1),(6,-1)
207198
| (-3.1,-32.5),(-5.1,-34.5)
208-
| (-2.1,-31.5),(-4.1,-33.5)
209-
| (-2.6,-31),(-2.6,-32)
210-
| (-2.1,-31.5),(-2.1,-31.5)
211199
| (7,14),(5,12)
212-
| (8,15),(6,13)
213-
| (7.5,15.5),(7.5,14.5)
214-
| (8,15),(8,15)
215200
| (-8,-8),(-10,-10)
201+
| (3,3),(1,1)
202+
| (13,3),(11,1)
203+
| (6,-1),(4,-3)
204+
| (-2.1,-31.5),(-4.1,-33.5)
205+
| (8,15),(6,13)
216206
| (-7,-7),(-9,-9)
207+
| (2.5,3.5),(2.5,2.5)
208+
| (12.5,3.5),(12.5,2.5)
209+
| (5.5,-0.5),(5.5,-1.5)
210+
| (-2.6,-31),(-2.6,-32)
211+
| (7.5,15.5),(7.5,14.5)
217212
| (-7.5,-6.5),(-7.5,-7.5)
213+
| (3,3),(3,3)
214+
| (13,3),(13,3)
215+
| (6,-1),(6,-1)
216+
| (-2.1,-31.5),(-2.1,-31.5)
217+
| (8,15),(8,15)
218218
| (-7,-7),(-7,-7)
219219
(24 rows)
220220

@@ -223,29 +223,29 @@ SELECT '' AS twentyfour, b.f1 * p.f1 AS rotation
223223
FROM BOX_TBL b, POINT_TBL p;
224224
twentyfour | rotation
225225
------------+-----------------------------
226-
| (0,0),(0,0)
227-
| (0,0),(0,0)
228-
| (0,0),(0,0)
229226
| (0,0),(0,0)
230227
| (-0,0),(-20,-20)
231-
| (-10,-10),(-30,-30)
232-
| (-25,-25),(-25,-35)
233-
| (-30,-30),(-30,-30)
234228
| (-0,2),(-14,0)
235-
| (-7,3),(-21,1)
236-
| (-17.5,2.5),(-21.5,-0.5)
237-
| (-21,3),(-21,3)
238229
| (0,79.2),(-58.8,0)
239-
| (-29.4,118.8),(-88.2,39.6)
240-
| (-73.5,104.1),(-108,99)
241-
| (-88.2,118.8),(-88.2,118.8)
242230
| (14,-0),(0,-34)
243-
| (21,-17),(7,-51)
244-
| (29.5,-42.5),(17.5,-47.5)
245-
| (21,-51),(21,-51)
246231
| (0,40),(0,0)
232+
| (0,0),(0,0)
233+
| (-10,-10),(-30,-30)
234+
| (-7,3),(-21,1)
235+
| (-29.4,118.8),(-88.2,39.6)
236+
| (21,-17),(7,-51)
247237
| (0,60),(0,20)
238+
| (0,0),(0,0)
239+
| (-25,-25),(-25,-35)
240+
| (-17.5,2.5),(-21.5,-0.5)
241+
| (-73.5,104.1),(-108,99)
242+
| (29.5,-42.5),(17.5,-47.5)
248243
| (0,60),(-10,50)
244+
| (0,0),(0,0)
245+
| (-30,-30),(-30,-30)
246+
| (-21,3),(-21,3)
247+
| (-88.2,118.8),(-88.2,118.8)
248+
| (21,-51),(21,-51)
249249
| (0,60),(0,60)
250250
(24 rows)
251251

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy