Re: bootstrap pg_shseclabel in relcache initialization

Поиск
Список
Период
Сортировка
От Adam Brightwell
Тема Re: bootstrap pg_shseclabel in relcache initialization
Дата
Msg-id CAE_9P=gZ31wY5dstBifiKxdaQbbsLY3OmCXtycPRQPc_kxSKjw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: bootstrap pg_shseclabel in relcache initialization  (Andres Freund <andres@anarazel.de>)
Ответы Re: bootstrap pg_shseclabel in relcache initialization
Список pgsql-hackers
>> >>  #define NUM_CRITICAL_SHARED_INDEXES 5        /* fix if you change list above */
>> >>
>> >
>> > Need to bump this #define?  If you didn't get the error that this is
>> > supposed to throw, perhaps there's a bug somewhere worth investigating.
>>
>> Hmm... I thought that I had, are you not seeing the following change?
>>
>> -#define NUM_CRITICAL_SHARED_RELS    3    /* fix if you change list above */
>> +#define NUM_CRITICAL_SHARED_RELS    4    /* fix if you change list above */
>
> NUM_CRITICAL_SHARED_RELS != NUM_CRITICAL_SHARED_INDEXES

Whoops!  It must be getting late... updated patch attached.

-Adam

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: bootstrap pg_shseclabel in relcache initialization
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bootstrap pg_shseclabel in relcache initialization