Re: extend pgbench expressions with functions - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: extend pgbench expressions with functions
Date
Msg-id alpine.DEB.2.10.1601282119210.718@sto
Whole thread Raw
In response to Re: extend pgbench expressions with functions  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
<Oops, resent because I again put the wrong From address, sorry>

v22 compared to previous: - remove the short macros (although IMO it is a code degradation) - try not to remove/add
blankslines - let some assert "as is" - still exit on float to int overflow, see arguments in other mails - check for
INT64_MIN/ -1 (although I think it is useless)
 

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Template for commit messages
Next
From: Thom Brown
Date:
Subject: Re: [WIP] Effective storage of duplicates in B-tree index.