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

Commit51c6af4

Browse files
author
Maxim Orlov
committed
Disable core.DivideZero
Since all the errors are from pg-core code (i.e. tuplesortXX.c)
1 parent41d60e8 commit51c6af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎travis/run_tests.sh

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp