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

Commit0299398

Browse files
committed
Wait 100 seconds, not 10 in concurrent partitioning test.
Looks like RaspberryPi doesn't like boundary cache blowing added in85fc5cc.
1 parentdd7483b commit0299398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎expected/pathman_bgw.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ BEGIN
212212
EXIT; -- exit loop
213213
END IF;
214214

215-
IF i >50 THEN
215+
IF i >500 THEN
216216
RAISE WARNING 'looks like partitioning bgw is stuck!';
217217
EXIT; -- exit loop
218218
END IF;

‎sql/pathman_bgw.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ BEGIN
126126
EXIT;-- exit loop
127127
END IF;
128128

129-
IF i>50 THEN
129+
IF i>500 THEN
130130
RAISE WARNING'looks like partitioning bgw is stuck!';
131131
EXIT;-- exit loop
132132
END IF;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp