Re: Few comments on commit 857f9c36 (skip full index scans )

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Few comments on commit 857f9c36 (skip full index scans )
Дата
Msg-id 2673add3-a9c4-2c89-8575-7a59ebf92590@sigaev.ru
обсуждение исходный текст
Ответ на Few comments on commit 857f9c36 (skip full index scans )  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: Few comments on commit 857f9c36 (skip full index scans )  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
> The metapage upgrade should be performed under critical section.

Agree. But after close look I found that btm_version change isn't wal-logged 
(near line 2251 in _bt_newroot). So btm_version is not propagated to 
replica/backup/etc.
I believe it should be fixed.


-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: PATCH pass PGOPTIONS to pg_regress
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Proposal: Partitioning Advisor for PostgreSQL