Small patch to use pqMsg_Query instead of `Q`
Dave Cramer <davecramer@gmail.com>
From: Dave Cramer <davecramer@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-07T15:41:24Z
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 postgres.c.
- e43537cdc361 17.3 landed
- 4a68d5008869 18.0 landed
Attachments
- 0001-use-pqMsg_Query-instead-of-Q.patch (application/octet-stream) patch 0001
Greetings, Previously we have replaced the use of literal characters with pqMsg*. Not sure how this one escaped detection. Patch attached. Dave Cramer