Re: The Data Base System is in recovery mode - Mailing list pgsql-bugs

From Tom Lane
Subject Re: The Data Base System is in recovery mode
Date
Msg-id 4760.971882212@sss.pgh.pa.us
Whole thread Raw
In response to Re: The Data Base System is in recovery mode  (Palle Girgensohn <girgen@partitur.se>)
List 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 by date:

Previous
From: Palle Girgensohn
Date:
Subject: Re: The Data Base System is in recovery mode
Next
From: Tom Lane
Date:
Subject: Re: postmaster dies on EOF?