Re: patch for implementing SPI_gettypemod()

From: Chetan Suttraway <chetan(dot)suttraway(at)enterprisedb(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch for implementing SPI_gettypemod()
Date: 2012-02-07 07:02:29
Message-ID: CAPtHcnF0qJokhzWGHh_Z0M+CoWjX=1hv525H0-EKm9dOpu=X3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 2, 2012 at 8:11 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> On Wed, Feb 1, 2012 at 5:23 AM, Chetan Suttraway
> <chetan(dot)suttraway(at)enterprisedb(dot)com> wrote:
> > Hi All,
> >
> > This is regarding the TODO item :
> > "Add SPI_gettypmod() to return a field's typemod from a TupleDesc"
> >
> > The related message is:
> > http://archives.postgresql.org/pgsql-hackers/2005-11/msg00250.php
> >
> > This basically talks about having an SPI_gettypemod() which returns the
> > typmod of a field of tupdesc
> >
> > Please refer the attached patch based on the suggested implementation.
>
> Please add this to the next CommitFest:
>
> https://commitfest.postgresql.org/action/commitfest_view/open
>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

At the given link, I am able to choose only "System administration" under
commitfest topic.
I think there has to be "server features" or "Miscellaneous".

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2012-02-07 07:03:42 Re: incorrect handling of the timeout in pg_receivexlog
Previous Message sujayr06 2012-02-07 06:16:50 Can PQstatus() be used by Application to check connection to postgres periodically?