mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Stop a few regression tests from needlessly disabling GEQO. This was
necessary in 1997, when geqo_threshold did not exist, but it is no longer needed.
This commit is contained in:
@ -87,8 +87,6 @@ SELECT '' AS twenty, b.f1 / p.f1 AS rotation
|
||||
-- Paths
|
||||
--
|
||||
|
||||
SET geqo TO 'off';
|
||||
|
||||
SELECT '' AS eight, npoints(f1) AS npoints, f1 AS path FROM PATH_TBL;
|
||||
|
||||
SELECT '' AS four, path(f1) FROM POLYGON_TBL;
|
||||
@ -101,8 +99,6 @@ SELECT '' AS eight, p1.f1 + point '(10,10)' AS dist_add
|
||||
SELECT '' AS eight, p1.f1 * point '(2,-1)' AS dist_mul
|
||||
FROM PATH_TBL p1;
|
||||
|
||||
RESET geqo;
|
||||
|
||||
--
|
||||
-- Polygons
|
||||
--
|
||||
|
Reference in New Issue
Block a user