Re: extend pgbench expressions with functions

From: Fabien COELHO <fabien(dot)coelho(at)mines-paristech(dot)fr>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: extend pgbench expressions with functions
Date: 2016-01-28 20:16:27
Message-ID: alpine.DEB.2.10.1601282110260.718@sto
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


v22 compared to previous:
- remove the short macros (although IMO it is a code degradation)
- try not to remove/add blanks lines
- 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.

Attachment Content-Type Size
pgbench-funcs-22.patch text/x-diff 40.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2016-01-28 20:20:12 Re: extend pgbench expressions with functions
Previous Message Stephen Frost 2016-01-28 20:16:18 Re: Template for commit messages