pgsql: Fix spurious output in configure

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix spurious output in configure
Date: 2025-11-06 07:05:30
Message-ID: E1vGu3m-005FqT-0i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-11-06 07:22:27 pgsql: Document some structures in attribute_stats.c
Previous Message Peter Eisentraut 2025-11-06 06:56:46 pgsql: MSVC: Improve warning options set