Re: Why our Valgrind reports suck - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Why our Valgrind reports suck
Date
Msg-id 1475457.1781124811@sss.pgh.pa.us
Whole thread
In response to Re: Why our Valgrind reports suck  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Why our Valgrind reports suck
List pgsql-hackers
I wrote:
> Hah, nice one.  Apparently the "detach the queue" path in 
> mq_putmessage() has never ever been tested, because it
> contains a double pfree, and this fixes it:

or, actually, the bug's not so old: apparently I broke it in
e78d1d6d4.  Where's my brown paper bag?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Zsolt Parragi
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Next
From: Zsolt Parragi
Date:
Subject: Re: [PATCH v5] pg_stat_statements: Add last_execution_start column