On Sat, Aug 27, 2016 at 9:47 PM, Amit Kapila <[email protected]> wrote: > Right, I think there is no need to mask all the flags. However apart > from BTP_HAS_GARBAGE, it seems we should mask BTP_SPLIT_END as that is > just used to save some processing for vaccum and won't be set after > crash recovery or on standby after WAL replay.
Right you are -- while BTP_INCOMPLETE_SPLIT is set during recovery, BTP_SPLIT_END is not. Still, most of the btpo_flags flags that are masked in the patch shouldn't be. -- Peter Geoghegan -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
