Re: Making index_set_state_flags() transactional - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Making index_set_state_flags() transactional
Date
Msg-id 20200914045856.GB2183@paquier.xyz
Whole thread Raw
In response to Re: Making index_set_state_flags() transactional  (Anastasia Lubennikova <a.lubennikova@postgrespro.ru>)
List pgsql-hackers
On Fri, Sep 11, 2020 at 06:42:09PM +0300, Anastasia Lubennikova wrote:
> I agree that transactional update in index_set_state_flags() is good for
> both cases, that you mentioned and don't see any restrictions. It seems that
> not doing this before was just a loose end, as the comment from 813fb03
> patch clearly stated, that it is safe to make this update transactional.
>
> The patch itself looks clear and committable.

Thanks for double-checking, Anastasia.  Committed.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Print logical WAL message content
Next
From: Fujii Masao
Date:
Subject: Re: typo in snapmgr.c and procarray.c