Re: REINDEX and shared catalogs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: REINDEX and shared catalogs
Дата
Msg-id 31117.1533753540@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: REINDEX and shared catalogs  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: REINDEX and shared catalogs
Список pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> On 2018-Aug-05, Michael Paquier wrote:
>> Attached is a set of patches I proposed on the original thread, which
>> skips shared catalogs if the user running REINDEX is not an owner of
>> it.  This is a behavior change, and as I have a hard time believing that
>> anybody can take advantage of the current situation, I would like also
>> to see this stuff back-patched, as anybody doing shared hosting of
>> Postgres is most likely fixing the hole one way or another.  However, I
>> am sure as well that many folks here would not like that.

> I agree that it would be good to have it fixed in released versions, but
> I also agree that such a change could cause trouble in production for
> some.  Is the "no backpatch" idea that you will push this to both pg11
> and master?  That would get my vote.

Same here.  I am not excited about putting such a change into stable
branches, mainly because the existing behavior has been there for
twenty years without any previous complaints.  So it's not *that* big
a problem.  But it's not too late for v11, I think.

            regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: REINDEX and shared catalogs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fix hints on CREATE PROCEDURE errors