Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51c6af4

Browse files
author
Maxim Orlov
committed
Disable core.DivideZero
Since all the errors are from pg-core code (i.e. tuplesortXX.c)
1 parent 41d60e8 commit 51c6af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/run_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ if [ "$LEVEL" = "hardcore" ]; then
6464
# perform static analyzis
6565
scan-build --status-bugs \
6666
-disable-checker core.UndefinedBinaryOperatorResult \
67+
-disable-checker core.DivideZero \
6768
-disable-checker deadcode.DeadStores \
6869
make USE_PGXS=1 || status=$?
6970

0 commit comments

Comments
 (0)