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 →
  1. Use PqMsg_* macros in postgres.c.

Attachments

Greetings,

Previously we have replaced the use of literal characters with pqMsg*. Not
sure how this one escaped detection.

Patch attached.

Dave Cramer