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/postgresql/codec/DefaultCodecs.java
+1-5
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,7 @@ public DefaultCodecs(ByteBufAllocator byteBufAllocator) {
58
58
* @param preferAttachedBuffers whether to prefer attached (pooled) {@link ByteBuf buffers}. Use {@code false} (default) to use detached buffers which minimize the risk of memory leaks.
0 commit comments