Re: Missing declarations in pgtypes.h - Mailing list pgsql-odbc

From Heikki Linnakangas
Subject Re: Missing declarations in pgtypes.h
Date
Msg-id 53200FB5.30805@vmware.com
Whole thread Raw
In response to Missing declarations in pgtypes.h  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-odbc
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


pgsql-odbc by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Removing all whitespaces in ODBC code
Next
From: Michael Paquier
Date:
Subject: Re: Removing support for < 7.4 servers