[PATCH] avoid double scanning in function byteain

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Stepan Neretin <slpmcf@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Steven Niu <niushiji@gmail.com>, Peter Eisentraut <peter@eisentraut.org>, Kirill Reshke <reshkekirill@gmail.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-07-28T07:11:17Z
Lists: pgsql-hackers
On Sunday, July 27, 2025, Stepan Neretin <slpmcf@gmail.com> wrote:

> However, I couldn’t find the patch or final diff in either the
> pgsql-committers message you linked or as an attachment in the original
> thread.
>

There is a gitweb link included in the Details section.  Click that.  Or
just read off the first 8 characters of the commit hash in that link and
plug it into your git client.

David J.

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Speed up byteain by not parsing traditional-style input twice.