Re: Expanded Objects and Order By

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Paul Ramsey <pramsey(at)cleverelephant(dot)ca>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Expanded Objects and Order By
Date: 2016-01-18 18:11:59
Message-ID: 2427.1453140719@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Paul Ramsey <pramsey(at)cleverelephant(dot)ca> writes:
> Since youre not seeing anything aha in the error pattern, Ill go back to the mats on memory is there a good page on valgriding postgresql?

https://wiki.postgresql.org/wiki/Valgrind

> I thought the memory manager papered over things so much that valgrind couldnt see what was going on under the covers.

That used to be true, but it's a lot better now.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-01-18 18:17:22 Re: Truncating/vacuuming relations on full tablespaces
Previous Message Tom Lane 2016-01-18 18:10:05 Re: Making plpython 2 and 3 coexist a bit better