mirror of https://github.com/jackc/pgx.git
Remove unused config field
parent
57b149e8e9
commit
1b7ff4d774
1
conn.go
1
conn.go
|
@ -29,7 +29,6 @@ type ConnConfig struct {
|
|||
pgconn.Config
|
||||
Logger Logger
|
||||
LogLevel LogLevel
|
||||
CustomConnInfo func(*Conn) (*pgtype.ConnInfo, error) // Callback function to implement connection strategies for different backends. crate, pgbouncer, pgpool, etc.
|
||||
}
|
||||
|
||||
// Conn is a PostgreSQL connection handle. It is not safe for concurrent usage.
|
||||
|
|
Loading…
Reference in New Issue