Обсуждение: pgsql: Fix spurious output in configure

Поиск
Список
Период
Сортировка

pgsql: Fix spurious output in configure

От
Peter Eisentraut
Дата:
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(-)