Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 15 Jan 2026 11:02:08 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #2525: fix: support queries with up to 65535 (inclusive) parameters In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3754186546 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2525 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/2525#issuecomment-3754186546 Content-Type: text/plain; charset=utf-8 > im wondering where it shows the the wire protocol limit is 2-byte-unsigned-int instead of 2-byte-int all of the protocol docs are on the postgresql website.