Re: pgbench - add pseudo-random permutation function - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pgbench - add pseudo-random permutation function
Date
Msg-id 20181024210008.bzskfwidbm2fazbi@alvherre.pgsql
Whole thread Raw
In response to Re: pgbench - add pseudo-random permutation function  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench - add pseudo-random permutation function  (Michael Paquier <michael@paquier.xyz>)
Re: pgbench - add pseudo-random permutation function  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On 2018-Oct-24, Fabien COELHO wrote:

> 
> Hello Alvaro,
> 
> > Can you please pgindent this?
> 
> Hmmm. After some investigation, I installed some "pg_bsd_indent" and ran the
> "pgindent" script, which reindented far more than the patch... So I picked
> up the patch-related changes and integrated them manually,

Cool, thanks.

> although not comment changes which break the logic of the algorithm
> descriptions. I have not found how to tell pgindent to let comments
> indentation alone.

You can use /*----- for such comments.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: JSON validation behavior
Next
From: Alvaro Herrera
Date:
Subject: notice processors for isolationtester