Merge pull request #2815 from citusdata/fix_valgrind_stack_errors

Increase valgrind's max-stackframe
pull/2821/head
Marco Slot 2019-07-04 15:25:24 +02:00 committed by GitHub
commit 99f18c55d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ exec $valgrindPath \\
--trace-children=yes --track-origins=yes --read-var-info=no \\
--leak-check=no \\
--error-markers=VALGRINDERROR-BEGIN,VALGRINDERROR-END \\
--max-stackframe=16000000 \\
--log-file=$valgrindLogFile \\
$bindir/postgres.orig \\
"\$@"