Thread: Missing declarations in pgtypes.h

Missing declarations in pgtypes.h

From
Michael Paquier
Date:
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

Attachment

Re: Missing declarations in pgtypes.h

From
Heikki Linnakangas
Date:
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