Explicityly state pgxpool's concurrency-safety

refs #866
pull/870/head
Jack Christensen 2020-11-09 17:01:26 -06:00
parent eeaa26abee
commit 93c6b60429
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Package pgxpool is a connection pool for pgx.
// Package pgxpool is a concurrency-safe connection pool for pgx.
/*
pgxpool implements a nearly identical interface to pgx connections.