Re: Bug#333854: pg_group file update problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug#333854: pg_group file update problems
Дата
Msg-id 10086.1129303436@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug#333854: pg_group file update problems  (Dennis Vshivkov <walrus@amur.ru>)
Ответы Re: Bug#333854: pg_group file update problems
Список pgsql-bugs
Dennis Vshivkov <walrus@amur.ru> writes:
> The problem is that the code that updates pg_group file resolves
> group membership through the system user catalogue cache.

Good catch.

> The attached `98-6-pg_group-stale-data-fix.patch' makes the code
> in question access the system user table directly and thus fixes

Wouldn't a CommandCounterIncrement be a much simpler solution?

Since this code is all gone in CVS tip, there's not going to be any way
of beta-testing a large patch ... and there's also not going to be a lot
of support for pushing a large, poorly tested patch into the back
branches.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1964: Role membership error
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug#333854: pg_group file update problems