Re: rebellious pg stats collector (reopened case) - Mailing list pgsql-admin

From Laszlo Nagy
Subject Re: rebellious pg stats collector (reopened case)
Date
Msg-id 495A1F4D.6050205@shopzeus.com
Whole thread Raw
In response to Re: rebellious pg stats collector (reopened case)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: rebellious pg stats collector (reopened case)  (Laszlo Nagy <gandalf@shopzeus.com>)
List pgsql-admin
> alive".  Otherwise you'll have trouble with the collector not stopping
> when you want it to.  Look into src/backend/storage/ipc/pmsignal.c:
>
> -        return (getppid() == PostmasterPid);
> +        return (getppid() != 1);
>
> (Obviously this is a hack, but it should work on any Unixish system)
>
Thanks. I'm going to try this next weekend (when nobody works on the
database) and come back with the results.

pgsql-admin by date:

Previous
From: "Bhujbal, Santosh"
Date:
Subject: postgres block_size problem
Next
From: Peter Eisentraut
Date:
Subject: Re: postgres block_size problem