Re: POC: GUC option for skipping shared buffers in core dumps - Mailing list pgsql-hackers

From Andrey Lepikhov
Subject Re: POC: GUC option for skipping shared buffers in core dumps
Date
Msg-id 749e1773-a394-4915-b579-aef4c0572431@postgrespro.ru
Whole thread Raw
In response to Re: POC: GUC option for skipping shared buffers in core dumps  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
Hi,

The current approach could be better because we want to use it on 
Windows/MacOS and other systems. So, I've tried to develop another 
strategy - detaching shmem and DSM blocks before executing the abort() 
routine.
As I can see, it helps and reduces the size of the core file.

-- 
regards,
Andrey Lepikhov
Postgres Professional

Attachment

pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: On login trigger: take three
Next
From: Andrey Lepikhov
Date:
Subject: Re: RFC: Logging plan of the running query