Re: [PATCH] Add a few suppression rules for Valgrind - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [PATCH] Add a few suppression rules for Valgrind
Date
Msg-id 20180220151356.GE18315@e733.localdomain
Whole thread Raw
In response to [PATCH] Add a few suppression rules for Valgrind  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
List pgsql-hackers
Hello hackers,

> I suggest a patch that adds corresponding suppression rules to the
> src/tools/valgrind.supp file. Though I'm having difficulties
> understanding why Valgrind complains on wcstombs and thus I can't
> explain why in fact everything is OK (or it's actually not?). Hopefully
> someone in the mailing list can explain this behavior. For now I left a
> TODO mark in the comment.

For the record - here are configure flags:

```
CFLAGS="-O0" ./configure --prefix=$PGINSTALL \
    --with-libxml --with-libxslt \
    --with-python --enable-tap-tests --enable-cassert --enable-debug \
    --enable-nls --with-perl --with-tcl --with-gssapi --with-ldap
```

The system is Arch Linux x64, GCC version is 7.3.0.


--
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Matheus de Oliveira
Date:
Subject: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT
Next
From: Haozhou Wang
Date:
Subject: Re: [PATCH] Add missing type conversion functions for PL/Python