pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feed[pgjdbc/pgjdbc] PR #3758: Fix typo in PGReplicationStream.java
3+ messages / 2 participants
[nested] [flat]
* [pgjdbc/pgjdbc] PR #3758: Fix typo in PGReplicationStream.java
@ 2025-08-11 12:44 "atorik (@atorik)" <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: atorik (@atorik) @ 2025-08-11 12:44 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
Hi,
Should "tread safe" be "thread safe"?
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [pgjdbc/pgjdbc] PR #3758: Fix typo in PGReplicationStream.java
@ 2025-08-11 12:58 ` "vlsi (@vlsi)" <[email protected]>
1 sibling, 0 replies; 3+ messages in thread
From: vlsi (@vlsi) @ 2025-08-11 12:58 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
(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?
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [pgjdbc/pgjdbc] PR #3758: Fix typo in PGReplicationStream.java
@ 2025-08-11 13:12 ` "atorik (@atorik)" <[email protected]>
1 sibling, 0 replies; 3+ messages in thread
From: atorik (@atorik) @ 2025-08-11 13:12 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
(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
```
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2025-08-11 13:12 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-08-11 12:44 [pgjdbc/pgjdbc] PR #3758: Fix typo in PGReplicationStream.java "atorik (@atorik)" <[email protected]>
2025-08-11 12:58 ` "vlsi (@vlsi)" <[email protected]>
2025-08-11 13:12 ` "atorik (@atorik)" <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox