pgsql: Fix declared argument name for numeric_maximum_size.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix declared argument name for numeric_maximum_size.
Date: 2010-08-04 17:35:59
Message-ID: 20100804173559.3A3997541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix declared argument name for numeric_maximum_size.

The previous commit changed the function to say 'typmod' rather than
'typemod', but I forgot to update the header file.

Modified Files:
--------------
pgsql/src/include/utils:
numeric.h (r1.30 -> r1.31)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/numeric.h?r1=1.30&r2=1.31)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-08-04 22:31:55 pgsql: Forgot to back-patch earlier change to documentation for
Previous Message Robert Haas 2010-08-04 17:33:09 pgsql: Fix numeric_maximum_size() calculation.