Re: Moving more work outside WALInsertLock

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Moving more work outside WALInsertLock
Дата
Msg-id CA+TgmobLAoqgE+xpNcT6SreowsfVXQFnAC0+j5MCHML7hAQ70Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Moving more work outside WALInsertLock  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Moving more work outside WALInsertLock  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
On Fri, Dec 23, 2011 at 3:15 AM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> On 23.12.2011 10:13, Heikki Linnakangas wrote:
>> So, here's a WIP patch of what I've been working on.
>
> And here's the patch I forgot to attach..

Fails regression tests for me.  I found this in postmaster.log:

PANIC:  could not find WAL buffer for 0/2ECA438STATEMENT:  ANALYZE onek2;
LOG:  stuck waiting upto 0/3000000
LOG:  server process (PID 34529) was terminated by signal 6: Aborted
DETAIL:  Failed process was running: ANALYZE onek2;

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: "Marc Mamin"
Дата:
Сообщение: Another hstore_type idea
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [v9.2] Fix Leaky View Problem