Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0b303d

Browse files
committed
regress: Fix compatibility with PostgreSQL 12
PostgreSQL has more floating point output precision by default, thischanges the regression tests to request the old format.
1 parent1fd7db8 commite0b303d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎sql/circle.sql‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\set ECHO none
22
SELECT set_sphere_output_precision(8);
3+
SET extra_float_digits=0;
34
\set ECHO all
45

56
-- Input/Output ---

‎sql/poly.sql‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\set ECHO none
22
SELECT set_sphere_output_precision(8);
3+
SET extra_float_digits=0;
34
\set ECHO all
45

56
-- checking polygon operators

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp