2
0
Commit Graph

10 Commits

Author SHA1 Message Date
Jack Christensen fc4042cf23 Revert "Use Go 1.19 atomics"
This reverts commit 86ffb019e1.

Given https://github.com/jackc/pgx/issues/1354 the temporary dependency
on go.uber.org/atomic for Go 1.18 support is worthwhile.
2022-11-12 10:25:48 -06:00
Jan Dubsky 86ffb019e1 Use Go 1.19 atomics 2022-10-28 18:20:56 -05:00
Jan Dubsky 30b91519a0 Code review changes 2022-10-28 18:20:56 -05:00
Jan Dubsky 8663ac8d76 Go mod tidy 2022-10-28 18:20:56 -05:00
Jan Dubsky 021588b93e Use semaphore rather than conditional variable 2022-10-28 18:20:51 -05:00
Jan Dubsky 6214680aa8 Replace useless locking by atomic variable 2022-10-28 18:20:03 -05:00
Jack Christensen 2c6a3a9afd Move to v2 2022-07-30 12:12:43 -05:00
Jack Christensen 2ef4b3d22a Upgrade testify 2022-07-30 11:27:56 -05:00
Столяров Владимир Алексеевич 4e95984946 Move main logic to package and use generics for API with backwards compatibility 2022-04-04 07:56:16 -05:00
Jack Christensen 0d93e0ec11 Add Go modules 2019-04-08 19:40:18 -05:00