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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix portability and translatability issues in commit 64f85894a.
Дата
Msg-id E1f2JQo-00078J-Oc@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Add documentation for the JIT feature.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Set random seed for pgbench.