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

From Jeevan Ladhe
Subject Re: pgbench more operators & functions
Date
Msg-id CAOgcT0NWaTESRAr0jFx+hd-5ALEgWpTxkMCrYip0JiUUJMFjzQ@mail.gmail.com
Whole thread Raw
In response to Re: pgbench more operators & functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench more operators & functions
List pgsql-hackers
Hi,

The patch has correct precedence now.

Further minor comments:

1. About documentation, I think it will be good idea to arrange the operators
table with the precedence and add a line at top: "In decreasing order of precedence".

2. You may want to remove the comment:
+           /* should it do a lazy evaluation of the branch? */

Regards,
Jeevan Ladhe

pgsql-hackers by date:

Previous
From: Dave Cramer
Date:
Subject: Re: PL/Python adding support for multi-dimensional arrays
Next
From: Amit Langote
Date:
Subject: Re: Declarative partitioning - another take