From: | Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] Add a few suppression rules for Valgrind |
Date: | 2018-02-20 15:13:56 |
Message-ID: | 20180220151356.GE18315@e733.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Haozhou Wang | 2018-02-20 15:14:19 | Re: [PATCH] Add missing type conversion functions for PL/Python |
Previous Message | Matheus de Oliveira | 2018-02-20 15:10:22 | [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT |