Re: knngist - 0.8 - Mailing list pgsql-hackers

From Mark Cave-Ayland
Subject Re: knngist - 0.8
Date
Msg-id 4CBC2442.8040701@siriusit.co.uk
Whole thread Raw
In response to Re: knngist - 0.8  (Paul Ramsey <pramsey@cleverelephant.ca>)
Responses Re: knngist - 0.8
Re: knngist - 0.8
List pgsql-hackers
Paul Ramsey wrote:

>> So what kind of data structure would you like for a typmod?
> 
> I'm a primitive enough beast that just having 64-bits would make me
> happy. As a general matter though, a bytea?
> 
> P

For my vote, I'd prefer either the Oid of a custom type or an array of 
Oid, Datum pairs - i.e. something we can extend in the future if required.

ATB,

Mark.

-- 
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063

Sirius Labs: http://www.siriusit.co.uk/labs


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
Next
From: Itagaki Takahiro
Date:
Subject: Re: string function - "format" function proposal