Patch for bind message regarding the number of parameters and result column format codes
Dave Cramer <davecramer@gmail.com>
From: Dave Cramer <davecramer@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Austin Bonander <austin.bonander@gmail.com>
Date: 2026-05-21T01:12:34Z
Lists: pgsql-hackers
Attachments
- 0001-doc-clarify-Bind-parameter-count-is-unsigned-Int16.patch (application/octet-stream) patch 0001
While talking to Austin he noted that the docs for the number of parameters is actually an unsigned integer. This patch corrects that. See 1. Parameter format codes count (line 4323) — read at postgres.c:1725 2. Parameter values count (line 4348) — read at postgres.c:1734 3. Result-column format codes count (line 4396) — read at postgres.c:2017 Dave Cramer