Missing declarations in pgtypes.h

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Missing declarations in pgtypes.h
Date: 2014-03-12 04:13:50
Message-ID: CAB7nPqSp_32bT-71_GtzfRhb8+serNdj8WKNXqZUzSasKuNG4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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 Content-Type Size
20140312_pgtypes_h_missing.patch text/x-diff 1.1 KB

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-12 04:27:23 Missing void arguments in a couple of declarations
Previous Message Michael Paquier 2014-03-12 02:32:29 Re: Removing support for < 7.4 servers