Re: BUG #2463: postgres server crashes on "select count(*) from table;"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2463: postgres server crashes on "select count(*) from table;"
Дата
Msg-id 27999.1149256644@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2463: postgres server crashes on "select count(*) from table;"  ("Satya Prakash Tripathi" <sptripathi78@yahoo.com>)
Список pgsql-bugs
"Satya Prakash Tripathi" <sptripathi78@yahoo.com> writes:
> postgres server crashes on running "select count(*) from  table;" from psql
> client

I don't think so ;-).  Perhaps you have a corrupted copy of the postgres
executables?

> test_db=# select count(*) from test_tbl;
> WARNING:  terminating connection because of crash of another server process

It's worth noting that this is NOT what you'd see if the select count(*)
itself were failing.  Perhaps you have something going on in the
background that is causing a crash of a different query?  Look in your
postmaster log to find out what's actually failing, because the above is
merely blowback.

            regards, tom lane

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

Предыдущее
От: "William ZHANG"
Дата:
Сообщение: Re: missing or erroneous pg_hba.conf file
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Infinite increment of postgre.exe in taskmanager