Message-ID: From: "atorik (@atorik)" To: "pgjdbc/pgjdbc" Date: Mon, 11 Aug 2025 13:12:53 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3758: Fix typo in PGReplicationStream.java In-Reply-To: References: List-Id: X-GitHub-Author-Login: atorik X-GitHub-Comment-Id: 2266723768 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_r2266723768 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/replication/PGReplicationStream.java:17) Thanks for the quick response! I searched under pgjdbc/ and “thread safe” seems to be the majority usage, but I’m fine with either. ``` % rg 'thread safe' . | wc -l 12 % rg 'thread-safe' . | wc -l 1 ```