Re: pgsql: Improve handling of parameter differences in physicalreplicatio

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Improve handling of parameter differences in physicalreplicatio
Дата
Msg-id 777fd915-dd1e-3368-47f2-29239de2b2db@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Improve handling of parameter differences in physicalreplicatio  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 2020-03-30 20:10, Andres Freund wrote:
> Also, shouldn't dynahash be adjusted as well? There's e.g. the
> following HASH_ENTER path:
>                 /* report a generic message */
>                 if (hashp->isshared)
>                     ereport(ERROR,
>                             (errcode(ERRCODE_OUT_OF_MEMORY),
>                              errmsg("out of shared memory")));

Could you explain further what you mean by this?  I don't understand how 
this is related.

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



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

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: index paths and enable_indexscan
Следующее
От: davinder singh
Дата:
Сообщение: Re: PG compilation error with Visual Studio 2015/2017/2019