Re: [HACKERS] WAL Consistency checking for hash indexes

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: [HACKERS] WAL Consistency checking for hash indexes
Дата
Msg-id CAA4eK1LP_oz4EfMen14OjJuzN5CqPdfRkFFuA-MfkcfeE8zGyg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] WAL Consistency checking for hash indexes  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Ответы Re: [HACKERS] WAL Consistency checking for hash indexes  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Список pgsql-hackers
On Thu, Mar 16, 2017 at 1:15 PM, Ashutosh Sharma <ashu.coek88@gmail.com> wrote:
> Hi,
>
> Attached is the patch that allows WAL consistency tool to mask
> 'LH_PAGE_HAS_DEAD_TUPLES' flag in hash index. The flag got added as a
> part of 'Microvacuum support for Hash index' patch . I have already
> tested it using Kuntal's WAL consistency tool and it works fine.
>

+ * unlogged. So, mask it. See _hash_kill_items(), MarkBufferDirtyHint()
+ * for
details.
+ */

I think in above comment, a reference to _hash_kill_items is
sufficient.  Other than that patch looks okay.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] logical replication launcher crash on buildfarm
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] scram and \password