Suppress -Wunused-result warning for strtol().
I'm not sure which bozo thought it's a problem to use strtol() only
for its endptr result, but silence the warning using same method
used elsewhere.
Report: <[email protected]>
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/4bc4cfe3bd186b4a1d1b01279bfd0e6ab11268b2
Modified Files
--------------
src/backend/utils/adt/dbsize.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)