From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Overhead for stats_command_string et al, take 2 |
Date: | 2006-06-26 22:08:38 |
Message-ID: | 23455.1151359718@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Bruce Momjian <bruce(at)momjian(dot)us> writes:
> If you put a contition test in set_ps_display(), the only clean way to
> do this is for init_ps_display() to force update_process_title to true
> before we call set_ps_display(), then reset it to its original value,
> but that sounds pretty ugly.
No, refactor the code. I was envisioning something called maybe
transmit_ps_display that would contain the part of set_ps_display
beginning at "Transmit new setting to kernel". Then both set_ps_display
and init_ps_display would call that.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-06-26 23:31:51 | Re: [HACKERS] Overhead for stats_command_string et al, take |
Previous Message | Simon Riggs | 2006-06-26 21:59:49 | Re: [PATCHES] Non-transactional pg_class, try 2 |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-06-26 23:31:51 | Re: [HACKERS] Overhead for stats_command_string et al, take |
Previous Message | Simon Riggs | 2006-06-26 21:59:49 | Re: [PATCHES] Non-transactional pg_class, try 2 |