pgsql: Fix spurious output in configure

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix spurious output in configure
Дата
Msg-id E1vGu3m-005FqT-0i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix spurious output in configure

If sizeof off_t is 4, then configure will print a line saying just "0"
after the test.  This is the output of the following "expr" command.
If we are using expr just for the exit code, the output should be sent
to /dev/null, as is done elsewhere.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/489ec6b2fcd09621a2ac146298193a8231810e60

Modified Files
--------------
configure    | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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