Re: problems doing sub-selects on PostgreSQL 7.1.3 and Solaris 7

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems doing sub-selects on PostgreSQL 7.1.3 and Solaris 7
Дата
Msg-id 17222.1008085737@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problems doing sub-selects on PostgreSQL 7.1.3 and Solaris 7  ("Heather Johnson" <hjohnson@nypost.com>)
Список pgsql-admin
"Heather Johnson" <hjohnson@nypost.com> writes:
> Sure, this is what I get:

> 2001-12-11 09:40:24 DEBUG:  StartTransactionCommand
> 2001-12-11 09:40:24 DEBUG:  query: select count(*) from users where id not =
> in (select users_id from users_demographics)
> /opt/postgres/bin/postmaster: reaping dead processes...
> /opt/postgres/bin/postmaster: CleanupProc: pid 26260 exited with status 0

Strange.  That looks like a perfectly normal exit from the backend.
Could you attach to the backend with a debugger and set a breakpoint
at proc_exit, so we can see how it's getting there?

            regards, tom lane

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

Предыдущее
От: Richard NAGY
Дата:
Сообщение: Strange thing : ldconfig and libpq.so.2.1
Следующее
От: "Heather Johnson"
Дата:
Сообщение: Re: problems doing sub-selects on PostgreSQL 7.1.3 and Solaris 7