Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b854f3e + c44d6d5 commit 5faa32aCopy full SHA for 5faa32a
expected/pathman_bgw.out
@@ -200,7 +200,8 @@ BEGIN
200
201
ASSERT rows IS NOT NULL;
202
203
- IF rows_old = rows THEN
+ -- rows should increase!
204
+ IF rows_old <= rows THEN
205
i = i + 1;
206
END IF;
207
ELSE
sql/pathman_bgw.sql
@@ -114,7 +114,8 @@ BEGIN
114
115
116
117
118
119
120
121
0 commit comments