| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: ps_status on fastpath |
| Date: | 2010-12-17 21:53:14 |
| Message-ID: | 1292622776-sup-8183@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Excerpts from Tom Lane's message of vie dic 17 18:21:48 -0300 2010:
> Alvaro Herrera <alvherre(at)commandprompt(dot)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.
Agreed -- committed that way.
--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2010-12-17 22:05:49 | Re: Why don't we accept exponential format for integers? |
| Previous Message | Tomas Vondra | 2010-12-17 21:41:51 | Re: proposal : cross-column stats |