Re: [PATCH] Support reading large objects with pg_read_all_data - Mailing list pgsql-hackers

From Nitin Motiani
Subject Re: [PATCH] Support reading large objects with pg_read_all_data
Date
Msg-id CAH5HC97zMa-ku8B-J4BDSedyad5FT3uRqPLYwnXPHgOWfeGW-A@mail.gmail.com
Whole thread
In response to Re: [PATCH] Support reading large objects with pg_read_all_data  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: [PATCH] Support reading large objects with pg_read_all_data
List pgsql-hackers
Thanks Nathan for the feedback.

On Fri, Feb 13, 2026 at 2:51 AM Nathan Bossart <nathandbossart@gmail.com> wrote:
>
> Thanks for the new patch.  Please create a commitfest entry so that this
> patch 1) isn't forgotten and 2) gets tested by cfbot.
>

I have created the commitfest entry
https://commitfest.postgresql.org/patch/6485/.

> nitpick: I usually try to make small doc updates in a way that doesn't
> disturb the surrounding lines so that we retain as much git history as
> possible.
>

Changed the formatting in the doc.

>
> I'd suggest simplifying this a bit by borrowing some lines from the
> surrounding tests.

Changed the test based on your suggestions.

Attaching the latest patch.

Regards,
Nitin Motiani
Google

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Better shared data structure management and resizable shared data structures
Next
From: VASUKI M
Date:
Subject: Re: Optional skipping of unchanged relations during ANALYZE?