pgsql: Fix portability and translatability issues in commit 64f85894a.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix portability and translatability issues in commit 64f85894a.
Date: 2018-03-31 16:32:42
Message-ID: E1f2JQo-00078J-Oc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix portability and translatability issues in commit 64f85894a.

Compilation failed for lack of an #ifdef on builds without
pg_strong_random(). Also fix relevant error messages to meet
project style guidelines.

Fabien Coelho, further adjusted by me

Discussion: https://postgr.es/m/32390.1522464534@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5635c7aa678804292fe47bceab5b3f4dae5f39f9

Modified Files
--------------
src/bin/pgbench/pgbench.c | 31 +++++++++++++++++++++---------
src/bin/pgbench/t/002_pgbench_no_server.pl | 3 ++-
2 files changed, 24 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-31 16:34:32 Re: pgsql: Set random seed for pgbench.
Previous Message Alvaro Herrera 2018-03-31 16:27:44 Re: pgsql: Add documentation for the JIT feature.