github.com/jackc/pgx/v5.Conn.Deallocate (method)

2 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L321: 		err = c.Deallocate(ctx, c.failedDescribeStatement)
		conn.go#L375: func (c *Conn) Deallocate(ctx context.Context, name string) error {