How does PG know when a database is being accessed

Поиск
Список
Период
Сортировка
От Nick Fankhauser - Doxpop
Тема How does PG know when a database is being accessed
Дата
Msg-id NEBBLAAHGLEEPCGOBHDGMEAGHCAA.nickf@doxpop.com
обсуждение исходный текст
Список pgsql-admin
Hi-

This is a problem I've observed on version 7.2.1.

I've been doing some setup work that involves dropping & recreating
databases a couple of times and I've noticed that once in a while, I'll get
the "database is being accessed by other users" message, even after
restarting the postmaster. This of course prevents me from dropping the DB.

I'd expect to get this if I've killed a client connection and the postmaster
hasn't had time to notice that the connection is defunct, but I was
surprised that restarting the postmaster didn't clear out the connections.

A couple of hours later, I can drop the database with no problem, and I
haven't done anything in the meantime, so I presume that a cleanup process
has run & tidied things up.

How are connections tracked & why does a record of a defunct client process
seem to persist through a restart?

Thanks
   -Nick

---------------------------------------------------------------------
Nick Fankhauser

    nickf@doxpop.com  Phone 1.765.965.7363  Fax 1.765.962.9788
doxpop - Court records at your fingertips - http://www.doxpop.com/


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

Предыдущее
От: yusuf0478@netscape.net (David Wendy)
Дата:
Сообщение: Speed up a query - using a temp table
Следующее
От: P G
Дата:
Сообщение: Re: How does PostgreSQL treat null values in unique composite