Re: BUG #15217: Valgrind - writing uninitialised byte(s) in FileWrite

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)bowt(dot)ie>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15217: Valgrind - writing uninitialised byte(s) in FileWrite
Date: 2018-05-30 06:35:25
Message-ID: 63d8e998-d7ea-77d2-67ff-364e21909dc2@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

30.05.2018 08:54, Peter Geoghegan wrote:
> This looks like the same harmless warning that we suppressed for
> parallel sort in Postgres 11 (see commits 9fafa413ac6 and
> de6428afe13). This happens to be a serial sort in Postgres 10, but the
> fact that it's still possible there isn't surprising.
>
> What's your work_mem setting? Can you show EXPLAIN ANALYZE output for the query?

Thanks for the answer!

The work_mem setting is 4MB. To get EXPLAIN ANALYZE is rather difficult
as I get these errors while running pg_tcpds for hours, but I'll try to
catch the query. I will also try to play with work_mem and to apply the
aforementioned patches to REL_10_STABLE.

Best regards,

------
Alexander Lakhin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-05-30 10:03:16 BUG #15218: compilation of a function is correct while its execution is in error
Previous Message Peter Geoghegan 2018-05-30 05:54:52 Re: BUG #15217: Valgrind - writing uninitialised byte(s) in FileWrite