[bugfix] DISCARD ALL does not release advisory locks

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема [bugfix] DISCARD ALL does not release advisory locks
Дата
Msg-id e51f66da0811240707l7af1ea4fg1058ae8a94bf9fe0@mail.gmail.com
обсуждение исходный текст
Ответы Re: [bugfix] DISCARD ALL does not release advisory locks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
It was brought to my attention that DISCARD ALL
does not release advisory locks:

  http://pgfoundry.org/tracker/index.php?func=detail&aid=1010499&group_id=1000258&atid=983

Thus connection managers / poolers need to do that manually.

This obviously means DISCARD ALL needs fixing.  Applied
patch adds LockReleaseAll(USER_LOCKMETHOD, true) call
to DiscardAll().

Should this also be fixed in 8.3?

--
marko

Вложения

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

Предыдущее
От: "Robert Haas"
Дата:
Сообщение: Re: blatantly a bug in the documentation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [bugfix] DISCARD ALL does not release advisory locks