2
0

Rename ConnectionPool to ConnPool

This commit is contained in:
Jack Christensen
2014-05-17 13:38:44 -05:00
parent 1ff653ae15
commit f9a2501100
5 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"os"
)
var pool *pgx.ConnectionPool
var pool *pgx.ConnPool
// afterConnect creates the prepared statements that this application uses
func afterConnect(conn *pgx.Conn) (err error) {