Re: [HACKERS] posmaster failed under high load

Поиск
Список
Период
Сортировка
От Taral
Тема Re: [HACKERS] posmaster failed under high load
Дата
Msg-id Pine.LNX.4.10.9905060104250.2906-100000@dragon.taral.net
обсуждение исходный текст
Ответ на Re: [HACKERS] posmaster failed under high load  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: [HACKERS] posmaster failed under high load  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
On Thu, 6 May 1999, Oleg Bartunov wrote:

> How to explain that process with PID 701 which shown in ps output
> as (postmaster) after some time becomes looks as usual postgres

Because 'postmaster' is written in the kernel task_struct, whereas the
task's argv[] says 'postgres'.

The only way to get around this is to do an execv(), at which point the
kernel will recopy argv[0].

Taral



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [HACKERS] posmaster failed under high load
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] numeric data type on 6.5