Re: pltcl valgrind output - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pltcl valgrind output
Date
Msg-id 11744.1513783950@sss.pgh.pa.us
Whole thread Raw
In response to Re: pltcl valgrind output  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> The following appears to keep valgrind quiet. AFAICT the problem isn't
> in our code.

I'm a little worried about whether this could suppress reports that
we do need to hear about.  I don't know what TclNRRunCallbacks is
or does exactly, but just going by the name, it seems like it could
invoke non-Tcl code (ie, callbacks supplied by us).  It'd be better
to constrain the call stack more tightly, particularly what the top
function is.

I agree that the traces you showed before don't look like our fault.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: AS OF queries
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] replace GrantObjectType with ObjectType