Обсуждение: Missing declarations in pgtypes.h

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

Missing declarations in pgtypes.h

От
Michael Paquier
Дата:
Hi all,

The following functions are not declared in pgtypes.h:
pgtype_attr_precision
pgtype_attr_desclength
pgtype_attr_scale

The attached patch fixes that.
Regards,
--
Michael

Вложения

Re: Missing declarations in pgtypes.h

От
Heikki Linnakangas
Дата:
On 03/12/2014 06:13 AM, Michael Paquier wrote:
> Hi all,
>
> The following functions are not declared in pgtypes.h:
> pgtype_attr_precision
> pgtype_attr_desclength
> pgtype_attr_scale
>
> The attached patch fixes that.

Thanks, committed. (I put them together with the declarations of the
other pgtype_attr_* functions)

- Heikki