Re: [PATCH] Refactor pqformat.{c,h} and protocol.h
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-16T14:08:52Z
Lists: pgsql-hackers
Attachments
- v2-0002-Introduce-PqMsg-enum.patch (application/octet-stream) patch v2-0002
- v2-0001-Always-pass-PqMsg_-to-pq_beginmessage-_reuse.patch (application/octet-stream) patch v2-0001
- v2-0003-Rearrange-the-order-of-functions-in-pqformat.-c-h.patch (application/octet-stream) patch v2-0003
Hi, > The proposed patchset fixes this. In v1 I mistakenly named the enum PgMsg while it should have been PqMsg. Here is the corrected patchset. -- Best regards, Aleksander Alekseev
Commits
-
Use PqMsg_* macros in more places.
- a99cc6c6b4bf 18.0 landed
- 925479b8d83c 17.0 landed