use PqMsg macros in fe-protocol3.c
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Cc: davecramer@gmail.com
Date: 2025-08-25T14:57:00Z
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
Attachments
- v1-0001-Use-PqMsg_-macros-in-fe-protocol3.c.patch (text/plain)
I noticed a couple more opportunities to use the PqMsg_* macros. -- nathan