Jack Christensen
|
cf78472ce5
|
Use unix build tag
With Go 1.19 available we can use a simpler build tag.
|
2023-01-31 20:10:34 -06:00 |
|
Jack Christensen
|
bc754291c1
|
Save memory on non blocking read path
Only create RawConn.Read callback once and have it use NetConn fields.
Avoids the closure and some allocations.
https://github.com/jackc/pgx/issues/1481
|
2023-01-27 20:53:30 -06:00 |
|
Jack Christensen
|
2c7d86a543
|
Only create RawConn.Write callback once
This saves an allocation on every call.
https://github.com/jackc/pgx/issues/1481
|
2023-01-27 20:34:21 -06:00 |
|
Jack Christensen
|
33b782a96d
|
Potential fix for Windows
https://github.com/jackc/pgx/issues/1274
|
2022-08-11 20:55:50 -05:00 |
|