You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/java/io/r2dbc/gaussdb/client/ConnectionContext.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
* Value object capturing diagnostic connection context. Allows for log-message post-processing with {@link #getMessage(String) if the logger category for
29
29
* {@code ConnectionContext} is enabled for DEBUG/TRACE logs.
30
30
* <p>
31
-
* Captures also the Postgres process Id.
31
+
* Captures also the GaussDB process Id.
32
32
*
33
33
* @since 0.8.6
34
34
*/
@@ -135,7 +135,7 @@ public ConnectionContext withSslSession(Supplier<SSLSession> sslSession) {
135
135
/**
136
136
* Create a new {@link ConnectionContext} by associating the {@code processId}.
137
137
*
138
-
* @param processId the Postgres processId.
138
+
* @param processId the GaussDB processId.
139
139
* @return a new {@link ConnectionContext} with all previously set values and the associated {@code processId}.
0 commit comments