Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Chetan Suttraway
On Wed, Feb 8, 2012 at 12:19 PM, Chetan Suttraway < chetan.suttra...@enterprisedb.com> wrote: > > > On Wed, Feb 8, 2012 at 8:15 AM, Robert Haas wrote: > >> On Tue, Feb 7, 2012 at 4:25 PM, Peter Eisentraut wrote: >> > On ons, 2012-02-01 at 15:53 +0530, Chetan Suttraway wrote: >> >> This is regard

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Chetan Suttraway
On Wed, Feb 8, 2012 at 8:15 AM, Robert Haas wrote: > On Tue, Feb 7, 2012 at 4:25 PM, Peter Eisentraut 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 fi

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Robert Haas
On Tue, Feb 7, 2012 at 4:25 PM, Peter Eisentraut 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 sur

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Peter Eisentraut
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. -- Sent via pgsql-hackers mailing list

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Chetan Suttraway
On Tue, Feb 7, 2012 at 5:44 PM, Kevin Grittner wrote: > "Kevin Grittner" wrote: > > > moved this to "Replication and Recovery" > > Oh, that was a different patch -- I didn't see yours. > > (It's early, and the caffeine isn't working yet.) > > Anyway, you should have plenty of options now. > > -Ke

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Kevin Grittner
"Kevin Grittner" wrote: > moved this to "Replication and Recovery" Oh, that was a different patch -- I didn't see yours. (It's early, and the caffeine isn't working yet.) Anyway, you should have plenty of options now. -Kevin -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgr

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Kevin Grittner
Chetan Suttraway wrote: > Robert Haas wrote: >> Please add this to the next CommitFest: >> >> https://commitfest.postgresql.org/action/commitfest_view/open > At the given link, I am able to choose only "System administration" > under commitfest topic. > I think there has to be "server feature

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-06 Thread Chetan Suttraway
On Thu, Feb 2, 2012 at 8:11 PM, Robert Haas wrote: > On Wed, Feb 1, 2012 at 5:23 AM, Chetan Suttraway > 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.postgres

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-02 Thread Robert Haas
On Wed, Feb 1, 2012 at 5:23 AM, Chetan Suttraway 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 abou

[HACKERS] patch for implementing SPI_gettypemod()

2012-02-01 Thread Chetan Suttraway
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 tupd