Re: use PqMsg macros in fe-protocol3.c
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Fabrízio de Royes Mello <fabriziomello@gmail.com>
Cc: pgsql-hackers@postgresql.org, davecramer@gmail.com, jacob.champion@enterprisedb.com
Date: 2025-08-25T16:10:16Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Use PqMsg_* macros in applyparallelworker.c.
- 989b2e4d5c95 19 (unreleased) landed
-
Use PqMsg_* macros in fe-protocol3.c.
- 3ef2b863a376 19 (unreleased) landed
On Mon, Aug 25, 2025 at 12:13:27PM -0300, Fabrízio de Royes Mello wrote: > On Mon, Aug 25, 2025 at 11:57 AM Nathan Bossart <nathandbossart@gmail.com> wrote: >> I noticed a couple more opportunities to use the PqMsg_* macros. > > Nice. LGTM! Thanks, committed. -- nathan