2
0

Rename ConnectionParameters to ConnConfig

This commit is contained in:
Jack Christensen
2014-05-17 13:30:22 -05:00
parent 4eb597d20b
commit 1ff653ae15
12 changed files with 115 additions and 115 deletions
+1 -1
View File
@@ -636,7 +636,7 @@ func BenchmarkTimestampTzBinary(b *testing.B) {
func BenchmarkConnectionPool(b *testing.B) {
options := pgx.ConnectionPoolOptions{MaxConnections: 5}
pool, err := pgx.NewConnectionPool(*defaultConnectionParameters, options)
pool, err := pgx.NewConnectionPool(*defaultConnConfig, options)
if err != nil {
b.Fatalf("Unable to create connection pool: %v", err)
}