Re: [HACKERS] pgbench more operators & functions - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [HACKERS] pgbench more operators & functions
Date
Msg-id alpine.DEB.2.20.1712281648020.22976@lancre
Whole thread Raw
In response to Re: [HACKERS] pgbench more operators & functions  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: [HACKERS] pgbench more operators & functions
List pgsql-hackers
> Investigating your patch I found that all arguments of logical AND/OR and 
> CASE are always evaluated. Seems, it should not be for pair of reasons:
>
> [...]
>
> SQL doesn't evaluate unneeded arguments:

Here is a version with some lazy evaluation for and, or & case.

-- 
Fabien.
Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Proposal: Local indexes for partitioned table
Next
From: David Steele
Date:
Subject: Re: Re: PATCH: Configurable file mode mask