Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 11 Aug 2025 12:58:57 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3758: Fix typo in PGReplicationStream.java In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2266668829 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: a761d8d4218cd3134e7b7ffe4ebbefb3d0f7154f X-GitHub-Issue: 3758 X-GitHub-Line: 17 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/replication/PGReplicationStream.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3758#discussion_r2266668829 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/replication/PGReplicationStream.java:17) ```suggestion * Not thread-safe replication stream (though certain methods can be safely called by different ``` WDYT?