Polygon contrib

From: Pierre-Yves LANDURE <pylandur(at)ifremer(dot)fr>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Polygon contrib
Date: 2002-08-07 14:24:49
Message-ID: 1028730289.662.6.camel@timbeure
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
polygons_utils.tar.gz application/x-gzip 17.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-08-07 16:10:10 Re: Fix disabled triggers with deferred constraints
Previous Message Tom Lane 2002-08-07 13:59:33 Re: current_database()