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

From Fabien COELHO
Subject Re: pgbench - add pseudo-random permutation function
Date
Msg-id alpine.DEB.2.21.1810250755090.26778@lancre
Whole thread Raw
In response to Re: pgbench - add pseudo-random permutation function  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: pgbench - add pseudo-random permutation function  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hello Alvaro,

>> 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.

Thanks for the hint. Here is an updated patch using this marker.

I noticed that some instances use a closing "*-----" sequence, but it does 
not seem useful, so I left it out.

I have also tried to improve a few comments, and moved a declaration into 
a loop because I did not like the pg-indented version much.

-- 
Fabien.
Attachment

pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: pg_stat_replication vs StandbyReplyMessage
Next
From: MyungKyu LIM
Date:
Subject: RE: [Todo item] Add entry creation timestamp column topg_stat_replication