Обсуждение: pgsql: Fix declared argument name for numeric_maximum_size.

Поиск
Список
Период
Сортировка

pgsql: Fix declared argument name for numeric_maximum_size.

От
rhaas@postgresql.org (Robert Haas)
Дата:
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)