Polygon contrib - Mailing list pgsql-patches

From Pierre-Yves LANDURE
Subject Polygon contrib
Date
Msg-id 1028730289.662.6.camel@timbeure
Whole thread Raw
Responses Re: Polygon contrib  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Hi everybody.

I've got a problem on a contrib i'm doing... unfortunatly, it will not
be under GPL because GPC, the library i'm using is "Free for not
commercial usage".

my contrib is to had a better # and ?# support on polygon type.

but if it work well as a part of postgres code, when i try to do it as a
contrib, it make postgres segfault..

i think it's because i use geo_ops.c specific syntax in contrib code,
but i'm not sure... can you help me to debug this ?

I send u the code of my contrib.. the interrestings things are at the
end of polygons_utils.c file.

Pierre-Yves Landuré
ps : take care to use a test database to apply this contrib if u try
it.. it will remove some existing operator (for polygons) in order to
replace them by mine.

pps : Thx for your help



Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: current_database()
Next
From: Neil Conway
Date:
Subject: Re: Fix disabled triggers with deferred constraints