Re: bootstrap pg_shseclabel in relcache initialization

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: bootstrap pg_shseclabel in relcache initialization
Дата
Msg-id 20151109190146.GA614468@alvherre.pgsql
обсуждение исходный текст
Ответ на bootstrap pg_shseclabel in relcache initialization  (Adam Brightwell <adam.brightwell@crunchydata.com>)
Ответы Re: bootstrap pg_shseclabel in relcache initialization
Список pgsql-hackers
Adam Brightwell wrote:

> @@ -3365,6 +3370,8 @@ RelationCacheInitializePhase3(void)
>                              AuthIdRelationId);
>          load_critical_index(AuthMemMemRoleIndexId,
>                              AuthMemRelationId);
> +        load_critical_index(SharedSecLabelObjectIndexId,
> +                            SharedSecLabelRelationId);
>  
>  #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.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Minor comment improvement to create_foreignscan_plan
Следующее
От: Ildus Kurbangaliev
Дата:
Сообщение: Re: [PATCH] Refactoring of LWLock tranches