pgsql: Quiet valgrind complaints following pread/pwrite changes - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Quiet valgrind complaints following pread/pwrite changes
Date
Msg-id E1gKS7E-0001Vr-39@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Quiet valgrind complaints following pread/pwrite changes

Per complaints from buildfarm and elsewhere
Patch from Jasper Pedersen
Discussion: https://postgr.es/m/0f419c91-49ab-2399-0143-13063bd97c46@redhat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/517b0d0b5f38c92c1807a40d71ca4bf6428ca7d5

Modified Files
--------------
src/tools/valgrind.supp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Allow use of file cloning
Next
From: Andres Freund
Date:
Subject: pgsql: Move EEOP_*_SYSVAR evaluation out of line.