Re: pgsql: Remove bogus dependencies on NUMERIC_MAX_PRECISION.

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Date: 2016-08-16 19:46:34
Message-ID: f845d3a6-5328-3e2a-924f-f8e91aa2b6d2@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 8/14/16 3:06 PM, Tom Lane wrote:
> Remove bogus dependencies on NUMERIC_MAX_PRECISION.

Some compilers are reporting a warning

dbsize.c:768:3: warning: ignoring return value of ‘strtol’, declared
with attribute warn_unused_result [-Wunused-result]

from this change.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-16 19:59:01 pgsql: Fix assorted places in psql to print version numbers >= 10 in ne
Previous Message Peter Eisentraut 2016-08-16 19:36:04 pgsql: doc: Remove some confusion from pg_archivecleanup doc