Re: pgsql: Add new contrib function pgrowlocks.

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: pgsql: Add new contrib function pgrowlocks.
Дата
Msg-id 20060425032608.GA13661@winnie.fuhr.org
обсуждение исходный текст
Ответ на pgsql: Add new contrib function pgrowlocks.  (ishii@postgresql.org (Tatsuo Ishii))
Список pgsql-committers
On Tue, Apr 25, 2006 at 09:44:25AM +0900, Tatsuo Ishii wrote:
> > test=> CREATE TABLE foo (id integer);
> > CREATE TABLE
> > test=> SELECT * FROM pgrowlocks('foo');
> > server closed the connection unexpectedly
> >
> > % gdb bin/postgres data/core
> > [...]
> > Program terminated with signal 10, Bus error.
> [snip]
>
> Thanks for the report. I have committed fix for this. Can you try it
> out?

No crashes so far; I'll follow up if I see any more problems.
Thanks.

--
Michael Fuhr

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update inheritance constraint items: < o %Prevent child tables
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add RESET CONNECTION, to reset all aspects of a session.