github.com/lib/pq.conn.watchCancel (method)

5 uses

	github.com/lib/pq (current package)
		conn_go18.go#L19: 	finish := cn.watchCancel(ctx)
		conn_go18.go#L38: 	if finish := cn.watchCancel(ctx); finish != nil {
		conn_go18.go#L74: 	cn.txnFinish = cn.watchCancel(ctx)
		conn_go18.go#L79: 	if finish := cn.watchCancel(ctx); finish != nil {
		conn_go18.go#L90: func (cn *conn) watchCancel(ctx context.Context) func() {