Re: pgsql: Add new contrib function pgrowlocks.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: pgsql: Add new contrib function pgrowlocks.
Дата
Msg-id 20060425.094935.109053861.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: pgsql: Add new contrib function pgrowlocks.  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-committers
> On Sat, Apr 22, 2006 at 10:12:58PM -0300, Tatsuo Ishii wrote:
> > Log Message:
> > -----------
> > Add new contrib function pgrowlocks. See README.pgrowlocks for more details.
>
> Calling this function results in SIGBUS on Solaris 9/sparc.
>
> 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?
--
Tatsuo Ishii
SRA OSS, Inc. Japan

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

Предыдущее
От: ishii@postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql: Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update inheritance constraint items: < o %Prevent child tables