Re: Shared system resources

From: Andres Freund <andres(at)anarazel(dot)de>
To: George Neuner <gneuner2(at)comcast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Shared system resources
Date: 2016-01-04 15:45:52
Message-ID: 20160104154552.GC28025@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2015-12-23 11:55:36 -0500, George Neuner wrote:
> With sufficient privileges, a debugger-like process can attach and
> examine the memory of a running - or just terminated - process, but it
> won't have access to discarded (unmapped) memory.

You just have to load a kernel module to do so - it's just a few dozen
lines of C.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Luke Coldiron 2016-01-04 18:18:20 COPY FROM STDIN
Previous Message Tom Lane 2016-01-04 15:12:16 Re: Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?