Re: [PATCH] Support reading large objects with pg_read_all_data

From: Nitin Motiani <nitinmotiani(at)google(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Dilip Kumar <dilipbalaut(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Support reading large objects with pg_read_all_data
Date: 2026-02-13 12:05:14
Message-ID: CAH5HC97zMa-ku8B-J4BDSedyad5FT3uRqPLYwnXPHgOWfeGW-A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks Nathan for the feedback.

On Fri, Feb 13, 2026 at 2:51 AM Nathan Bossart <nathandbossart(at)gmail(dot)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 Content-Type Size
v4-0001-Support-large-object-functions-with-pg_read_all_d.patch application/x-patch 6.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message VASUKI M 2026-02-13 12:14:30 Re: Optional skipping of unchanged relations during ANALYZE?
Previous Message Heikki Linnakangas 2026-02-13 12:03:12 Re: Better shared data structure management and resizable shared data structures