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

Commit9420a22

Browse files
committed
Enabling operator dropping in the moc-vs-geometry SQL.
I hadn't done this before because the warnings spoiled the regressionexpectation. I'm now shutting those up for while I'm doing the dropping.
1 parent2bde2b1 commit9420a22

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

‎pgs_moc_geo_casts.sql.in

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@
66

77
-- #################################
88
-- Cleanup
9-
-- DROP OPERATOR IF EXISTS
10-
-- <@ (smoc, scircle),
11-
-- <@ (scircle, smoc),
12-
-- <@ (smoc, spoly),
13-
-- <@ (spoly, smoc),
14-
-- !<@ (smoc, scircle),
15-
-- !<@ (scircle, smoc),
16-
-- !<@ (smoc, spoly),
17-
-- !<@ (spoly, smoc),
18-
-- @> (smoc, scircle),
19-
-- @> (scircle, smoc),
20-
-- @> (smoc, spoly),
21-
-- @> (spoly, smoc),
22-
-- !@> (smoc, scircle),
23-
-- !@> (scircle, smoc),
24-
-- !@> (smoc, spoly),
25-
-- !@> (spoly, smoc);
9+
10+
set client_min_messages = 'warning';
11+
DROP OPERATOR IF EXISTS
12+
<@ (smoc, scircle),
13+
<@ (scircle, smoc),
14+
<@ (smoc, spoly),
15+
<@ (spoly, smoc),
16+
!<@ (smoc, scircle),
17+
!<@ (scircle, smoc),
18+
!<@ (smoc, spoly),
19+
!<@ (spoly, smoc),
20+
@> (smoc, scircle),
21+
@> (scircle, smoc),
22+
@> (smoc, spoly),
23+
@> (spoly, smoc),
24+
!@> (smoc, scircle),
25+
!@> (scircle, smoc),
26+
!@> (smoc, spoly),
27+
!@> (spoly, smoc);
28+
reset client_min_messages;
2629

2730
-- #################################
2831
-- smoc/geo OVERLAPS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp