Backend crashes - what's going on here???

Поиск
Список
Период
Сортировка
От jwieck@debis.com (Jan Wieck)
Тема Backend crashes - what's going on here???
Дата
Msg-id m0y5xmL-000BFRC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответы Re: [HACKERS] Backend crashes - what's going on here???
Список pgsql-hackers
Hey,

    the current snapshot dumps core on the 4th time doing

    REVOKE ALL ON pg_user FROM public;

    It  does  too in other situations but this is the simplest to
    reproduce. The segmentation fault happens in nocachegetattr()
    due  to  a  destroyed  tuple descriptor (natts = 0!!! and the
    others don't look good either) for the syscache 21 (USENAME).
    But the destruction must happen somewhere else.

    With  the  02/13  snapshot  I haven't got any problems on it.
    But cannot find the error with diff.

    BTW: Doing last checks on view permissions - sending a  patch
    soon.


Until later, Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

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

Предыдущее
От: Shiby Thomas
Дата:
Сообщение: group by problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Running pgindent