Re: why my postgresql auto crashed???

Поиск
Список
Период
Сортировка
От Yi Zhao
Тема Re: why my postgresql auto crashed???
Дата
Msg-id 1217235655.3562.14.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: why my postgresql auto crashed???  (Craig Ringer <craig@postnewspapers.com.au>)
Ответы Re: why my postgresql auto crashed???  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general
I'm sorry for the lack of information given in this mail;
Postgresql: 8.3.3
System:Linux 2.6.9-55.ELsmp
Install: I compile it myself

Others:
the same command, it works fine on another machine(called A):(

I EXPLAIN the sql machine A and machine B, I found that on machine B, it
never use index when command execute, but on machine A, index used:((,
so I "set enable_seqscan TO off;" on machine B, it's works beacause of
the usage of index!!!

I don't konw why.

thanks all, any help is appreciated.

On Mon, 2008-07-28 at 16:32 +0800, Craig Ringer wrote:
> Hi
>
> When creating a new thread (asking a new question, etc) on a mailing
> list please create a new message rather than replying to an existing
> one. It helps people reading the mailing list keep track.
>
> > so, I check the pg_log
> > ------------
> > TRAP: FailedAssertion("!(file->curFile >= 0)", File: "buffile.c", Line:
> > 317)
> > LOG:  server process (PID 4121) was terminated by signal 6: Aborted
>
> This `postgres' backend detected a problem and terminated its self by
> calling abort().
>
> This forced the postmaster to terminate all other backends and restart
> the whole server.
>
> You omitted some very important information from your post, including:
>
> - Your PostgreSQL version
> - Your operating system
> - The version of your operating system
> - How you installed PostgreSQL and where you got it from
> - Whether the problem is repeatable, ie does the server crash every time
> you issue the problem command? Sometimes? Only ever happened once?
>
> --
> Craig Ringer
>


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: why my postgresql auto crashed???
Следующее
От: Kirk Strauser
Дата:
Сообщение: Re: PostgreSQL vs FreeBSD 7.0 as regular user