Re: pgbench more operators & functions

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: David Steele <david@pgmasters.net>
Cc: Stephen Frost <sfrost@snowman.net>, Michael Paquier <michael.paquier@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Haribabu Kommi <kommi.haribabu@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>, Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>, PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-03-16T18:58:44Z
Lists: pgsql-hackers
Hello David,

> This patch applies cleanly and compiles at cccbdde with some whitespace 
> issues.
>
> $ patch -p1 < ../other/pgbench-more-ops-funcs-9.patch
> (Stripping trailing CRs from patch.)

My guess is that your mailer changed the eol-style of the file when saving 
it:

   sh> sha1sum pg-patches/pgbench-more-ops-funcs-9.patch
   608a601561f4cba982f0ce92df30d1868338342b

ISTM that standard mime-type of *.patch and *.diff is really 
"text/x-diff", so my ubuntu laptop is somehow right to put that in 
"/etc/mime.types", but this seems to have anoying consequences at least on 
Macs.

-- 
Fabien.


Commits

  1. Improve scripting language in pgbench