Re: Confine vacuum skip logic to lazy_scan_skip

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Subject: Re: Confine vacuum skip logic to lazy_scan_skip
Date: 2024-01-02 17:36:18
Message-ID: CAAKRu_aK68L=YbMf4rtksxk-kz4dnmMZmjJwohjVf0FTSpgXdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 31, 2023 at 1:28 PM Melanie Plageman
<melanieplageman(at)gmail(dot)com> wrote:
>
> There are a few comments that still need to be updated. I also noticed I
> needed to reorder and combine a couple of the commits. I wanted to
> register this for the january commitfest, so I didn't quite have time
> for the finishing touches.

I've updated this patch set to remove a commit that didn't make sense
on its own and do various other cleanup.

- Melanie

Attachment Content-Type Size
v2-0004-Confine-vacuum-skip-logic-to-lazy_scan_skip.patch text/x-patch 13.3 KB
v2-0003-Add-lazy_scan_skip-unskippable-state.patch text/x-patch 13.9 KB
v2-0001-lazy_scan_skip-remove-unnecessary-local-var-rel_p.patch text/x-patch 1.6 KB
v2-0002-lazy_scan_skip-remove-unneeded-local-var-nskippab.patch text/x-patch 1.6 KB
v2-0005-VacSkipState-saves-reference-to-LVRelState.patch text/x-patch 5.1 KB
v2-0006-Remove-unneeded-vacuum_delay_point-from-lazy_scan.patch text/x-patch 918 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2024-01-02 17:36:38 Re: SET ROLE x NO RESET
Previous Message Robert Haas 2024-01-02 17:34:20 Re: Assorted typo fixes