Re: [HACKERS] Small patch: --disable-setproctitle flag

2016-04-01 Thread Aleksander Alekseev
Hello, Andres > Seems more appropriate to simply manually add a #undef > HAVE_SETPROCTITLE to pg_config_manual.h in that case. Adding > configure flags for ephemeral debugger issues seems like a high churn > activity. I think you are right. OK. -- Best regards, Aleksander Alekseev http://eax.me

Re: [HACKERS] Small patch: --disable-setproctitle flag

2016-03-31 Thread Andres Freund
On 2016-03-31 13:06:05 +0300, Aleksander Alekseev wrote: > Hello > > Recently I discovered that renaming processes using setproctitle() call > on BSD systems may sometimes cause problems. For instance there is > currently a bug in all versions of LLDB which makes it impossible to > debug a process