Re: valgrind on initdb

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: John Naylor <jcnaylor(at)gmail(dot)com>, jesper(dot)pedersen(at)redhat(dot)com
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: valgrind on initdb
Date: 2018-11-07 14:11:04
Message-ID: b91d15f7-9141-7f61-304e-977163abb1fb@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/7/18 2:47 PM, John Naylor wrote:
> On 11/7/18, Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com> wrote:
>> Hi,
>>
>> While looking at [1] (included in 23315.log) there are other warnings as
>> well.
>
> Perhaps it's worth revisiting to make debugging easier, but right now
> initdb.c has this comment:
>
> * Note:
> * The program has some memory leakage - it isn't worth cleaning it up.
>

Maybe. I certainly don't think it's not worth the time merely for the
sake of fixing the memory leaks. The reasoning here is that initdb runs
for a short period of time (a couple of seconds, really), and the memory
gets released when the process exits. And the leaks are tiny in general
- a couple of bytes here and there. Had there been a massive memory leak
that would change the equation of course.

cheers

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Arthur Zakirov 2018-11-07 14:11:39 Re: fix psql \conninfo & \connect when using hostaddr
Previous Message Jesper Pedersen 2018-11-07 14:03:27 Re: pread() and pwrite()