Re: pgbench - add pseudo-random permutation function

Muhammad Usama <m.usama@gmail.com>

From: Muhammad Usama <m.usama@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Fabien Coelho <postgresql.org@coelho.net>, Hironobu Suzuki <hironobu@interdb.jp>
Date: 2020-10-26T10:52:46Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. pgbench: Function to generate random permutations.

  2. Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes

  3. Further improve code for probing the availability of ARM CRC instructions.

The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            not tested

There are few "Stripping trailing CRs from the patch" and one "Hunk succeeded offset -2 lines" warning.
other than that the patch applies successfully and works as it claims.

The new status of this patch is: Ready for Committer