Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 21 May 2026 22:06:36 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4075: docs: restructure site, compatibility page, changelog-driven releases In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3284626801 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: c76d90e2dc61df08467c9b1b69d9bd3a0bcb9867 X-GitHub-Issue: 4075 X-GitHub-Line: 10 X-GitHub-Path: docs/content/documentation/connect/connection-pooling.md X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4075#discussion_r3284626801 Content-Type: text/plain; charset=utf-8 (on docs/content/documentation/connect/connection-pooling.md:10) Em dash (paired): "Opening a fresh connection is expensive — TCP handshake, optional TLS / GSS upgrade, authentication round-trips, startup packet, several internal `SET` queries — and the per-connection state..." Suggested: "Opening a fresh connection is expensive (TCP handshake, optional TLS / GSS upgrade, authentication round-trips, startup packet, several internal `SET` queries), and the per-connection state..."