| От | Tom Lane |
|---|---|
| Тема | Re: pg_xlog becomes extremely large during CREATE INDEX |
| Дата | |
| Msg-id | 7619.1084453823@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: pg_xlog becomes extremely large during CREATE INDEX ("Jeffrey W. Baker" <jwbaker@acm.org>) |
| Ответы |
Re: pg_xlog becomes extremely large during CREATE INDEX
|
| Список | pgsql-general |
"Jeffrey W. Baker" <jwbaker@acm.org> writes:
> Oh sure, it's bleating. Apparently my computer is too fast:
I don't think the checkpoint process is completing.
> May 12 16:37:08 mistral postgres[506]: [174-1] LOG: server process (PID 16403) was terminated by signal 6
You need to find out why these aborts (presumably Assert failures) are
occurring. Having just looked at the source code, I see that Assert
messages are never sent to syslog only to stderr. So you'll want to
set things up to capture the postmaster's stderr instead of discarding it.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера