Add SPI_gettypmod() fucntion - Mailing list pgsql-hackers

From Miguel Angel de Blas Burdalo
Subject Add SPI_gettypmod() fucntion
Date
Msg-id CACU_9h9eKxgJd+wUiEv4A6VbgcGLfn3Ki4y-RSWHT-O0943uPQ@mail.gmail.com
Whole thread Raw
Responses Re: Add SPI_gettypmod() fucntion
Re: Add SPI_gettypmod() fucntion
List pgsql-hackers
Hi hackers,

My name is Miguel Angel de Blas. I'm newbie and it's my first collaboration so I hope it's correct ;-)

I created a function SPI_gettypmod:

int32    SPI_gettypmod(TupleDesc tupdesc, int fnumber);
Return -1 when type not need type-specific data or error.

ref TODO:

Add SPI_gettypmod() to return a field's typemod from a TupleDesc

Regards


Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Viewing new 9.3 error fields
Next
From: Tom Lane
Date:
Subject: Re: [ADMIN] after 9.2.4 patch vacuumdb -avz not analyzing all tables