1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00
Files
postgres/configure.ac
Peter Eisentraut 489ec6b2fc 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.
2025-11-06 08:00:57 +01:00

87 KiB