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: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Support reading large objects with pg_read_all_data
Date: 2026-02-09 11:55:19
Message-ID: CAH5HC97B=bm+XHqQL2UO7aUNTqnkgC1vyLrJwjG8V2gDjZjOXA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 5, 2026 at 9:14 PM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
> At a glance, it looks generally reasonable to me. In addition to updating
> the documentation, I'd recommend adding tests.
>

Thanks Nathan. I'm attaching the patch with new tests and updated
documentation. Please take a look.

Regards,
Nitin Motiani
Google

Attachment Content-Type Size
v2-0001-Support-large-object-functions-with-pg_read_all_d.patch application/x-patch 7.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shinya Kato 2026-02-09 12:07:03 Re: Use pg_current_xact_id() instead of deprecated txid_current()
Previous Message Antonin Houska 2026-02-09 11:50:03 Re: Adding REPACK [concurrently]