Re: Missing declarations in pgtypes.h

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Missing declarations in pgtypes.h
Date: 2014-03-12 07:41:41
Message-ID: 53200FB5.30805@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-12 08:10:54 Re: Removing support for < 7.4 servers
Previous Message Michael Paquier 2014-03-12 07:34:21 Re: Removing all whitespaces in ODBC code