Re: ps_status on fastpath

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-17T21:21:48Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Excerpts from Tom Lane's message of vie dic 17 12:41:06 -0300 2010:
>> Hm, what about pgstat_report_activity()?

> Just noticed that it's already handled in postgres.c, before calling
> HandleFunctionRequest.  Probably not worth messing with.

Ah.  Well, the ps_status update should be adjacent to the other one,
not off in some other module altogether.

			regards, tom lane