Re: The Data Base System is in recovery mode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The Data Base System is in recovery mode
Дата
Msg-id 4760.971882212@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: The Data Base System is in recovery mode  (Palle Girgensohn <girgen@partitur.se>)
Список pgsql-bugs
Palle Girgensohn <girgen@partitur.se> writes:
> New facts: The problem "moved" when raising the -B from default (64)
> to 1000 (-N 100 now). Now, here's what happens:

Interesting.

> query: CREATE VIEW wtabmaria AS SELECT
p.personid,p.foretag,p.fnamn,p.enamn,p.titel,p.telefon,p.mobil,p.email,p.tidpunktFROM personer p WHERE true AND low 
> er(p.enamn)~~lower('Branner%')

Hm, you had not mentioned before that wtabmaria is a view.  That may be
the critical factor.  However, I'm still not having any luck duplicating
the failure.

> It looks very much like an out-of-memory error,

I don't think I believe that; out-of-memory problems should be reported
as such.  Moreover, I see nothing in this query that would require
touching more than one disk buffer at a time.  Now I really want to see
the coredump backtrace...

> There are about 5500 records in this table.

Is that total in "personer", or total shown by the view?

            regards, tom lane

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

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: The Data Base System is in recovery mode
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postmaster dies on EOF?