Re: 8.1.3 and unused files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.1.3 and unused files
Дата
Msg-id 28826.1146869591@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.1.3 and unused files  (Rod Taylor <pg@rbt.ca>)
Ответы Re: 8.1.3 and unused files  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers
Rod Taylor <pg@rbt.ca> writes:
> On Fri, 2006-05-05 at 16:11 -0400, Tom Lane wrote:
>> Hm.  I wonder if there are any uses of "exit(1)" in the Slony triggers.

> It doesn't appear so. It does have this though:

Well, a SIGTERM would have resulted in a bleat in the postmaster log.
The striking thing about your log is that the backend went down without
saying a word; which would be understandable if it had crashed (eg SEGV
or kill -9) but then the postmaster would have seen some other exit
status.  I'm fairly certain there are no paths in the standard backend
code that will exit(1) without any attempt to print a message.  That's
why I'm wondering about add-ons.
        regards, tom lane


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Transactions per second
Следующее
От: Mark Wong
Дата:
Сообщение: Re: XLOG_BLCKSZ vs. wal_buffers table