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 features or

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

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-07 Thread Chetan Suttraway
On Tue, Feb 7, 2012 at 5:44 PM, Kevin Grittner kevin.gritt...@wicourts.govwrote: 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

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 Robert Haas
On Tue, Feb 7, 2012 at 4:25 PM, Peter Eisentraut pete...@gmx.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().  

Re: [HACKERS] patch for implementing SPI_gettypemod()

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

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 robertmh...@gmail.com wrote: On Tue, Feb 7, 2012 at 4:25 PM, Peter Eisentraut pete...@gmx.net wrote: On ons, 2012-02-01 at 15:53 +0530, Chetan Suttraway

Re: [HACKERS] patch for implementing SPI_gettypemod()

2012-02-06 Thread Chetan Suttraway
On Thu, Feb 2, 2012 at 8:11 PM, Robert Haas robertmh...@gmail.com wrote: On Wed, Feb 1, 2012 at 5:23 AM, Chetan Suttraway chetan.suttra...@enterprisedb.com wrote: Hi All, This is regarding the TODO item : Add SPI_gettypmod() to return a field's typemod from a TupleDesc The related

Re: [HACKERS] patch for implementing SPI_gettypemod()

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

[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