pgsql: Fix spurious output in configure - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix spurious output in configure
Date
Msg-id E1vGu3m-005FqT-0i@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: MSVC: Improve warning options set
Next
From: Michael Paquier
Date:
Subject: pgsql: Document some structures in attribute_stats.c