From: | Chetan Suttraway <chetan(dot)suttraway(at)enterprisedb(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: patch for implementing SPI_gettypemod() |
Date: | 2012-02-08 06:49:56 |
Message-ID: | CAPtHcnG+um+2W_nLroeHD=s8OWRm0tN_+d+nSRov5mEtrOQEXg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Feb 8, 2012 at 8:15 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Tue, Feb 7, 2012 at 4:25 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> > On ons, 2012-02-01 at 15:53 +0530, Chetan Suttraway wrote:
> >> This is regarding the TODO item :
> >> "Add SPI_gettypmod() to return a field's typemod from a TupleDesc"
> >
> > My first thought was, this should be spelled SPI_gettypmod(). Not sure
> > what others think.
>
> +1.
>
>
The reason for using SPI_gettypemod() name was that I did see
SPI_gettypeid().
Anyways, will update patch with recommended name.
Regards,
Chetan
--
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Website: www.enterprisedb.com
EnterpriseDB Blog : http://blogs.enterprisedb.com
Follow us on Twitter : http://www.twitter.com/enterprisedb
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Golub | 2012-02-08 06:50:33 | Re: Can PQstatus() be used by Application to check connection to postgres periodically? |
Previous Message | Chetan Suttraway | 2012-02-08 06:39:34 | Re: patch for preventing the specification of conflicting transaction read/write options |