Re: [SQL] Backend dies (6.5.3-1) on SELECT from 6 row table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Backend dies (6.5.3-1) on SELECT from 6 row table
Дата
Msg-id 15891.943633224@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Backend dies (6.5.3-1) on SELECT from 6 row table  ("Emils Klotins" <emils@mail.usis.bkc.lv>)
Список pgsql-sql
"Emils Klotins" <emils@mail.usis.bkc.lv> writes:
> When I try to "SELECT * FROM most of the tables (except for 
> ones which have 2 or less rows) , the backend dies:

> If i try to select specific field (address_id or lastname, 
> firstname from the same table - it works).

That's really odd.  I doubt you have a memory problem; corrupted
data or maybe an outright bug of some kind seem more likely.

What error message, if any, shows up in the postmaster log file?

Also, the crashed backend presumably leaves a core file in the database
directory.  Do you know how to use gdb to get a backtrace showing what
the backend was doing?  Briefly it'sgdb path/to/postgres path/to/corebtquit
        regards, tom lane


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

Предыдущее
От: "Artur Kokoszka"
Дата:
Сообщение: national character once again
Следующее
От: "Moray McConnachie"
Дата:
Сообщение: DISTINCT & COUNT