diff --git a/conn.go b/conn.go index 6ef1b784..275e72e4 100644 --- a/conn.go +++ b/conn.go @@ -685,7 +685,7 @@ func quoteIdentifier(s string) string { } func (c *Conn) Ping(ctx context.Context) error { - _, err := c.Exec(ctx, ";", nil) + _, err := c.Exec(ctx, ";") return err }