[postgis-devel] What is the correct way to remove a sql-signature

Nicklas Avén nicklas.aven at jordogskog.no
Mon Sep 2 05:47:01 PDT 2013


Thanks Sandro. It is solved. It was just me didn't see the connection between the doc files and comments so I searched the wrong place. I had forgotten to update documentation according to the updated sql-signature.

/Nicklad


Skickat från min Samsung Mobil

-------- Originalmeddelande --------
Från: Sandro Santilli <strk at keybit.net> 
Datum: 02-09-2013  14:26  (GMT+01:00) 
Till: PostGIS Development Discussion <postgis-devel at lists.osgeo.org> 
Rubrik: Re: [postgis-devel] What is the correct way to remove a
 	sql-signature 
 
On Mon, Aug 26, 2013 at 01:23:30PM +0200, Nicklas Avén wrote:
> Hallo
> 
> 
> TWKB has changed to VarInts instead of my homebrewed compression method.
> Then the byte order is defined n the VarInt concept so I have removed the option to decide byteorder of input.
> 
> 
> But when I remove the sql-signatures with endianess option from postgis.sql.in and rerun configure I get into problems with comment.sql missing those functions.

Are you saying that "./configure" complains ?
Can you paste the exact error message ?

> What is the right way to do this?
> 
> 
> Is it just a question of triggering a new version of comment.sql or do I have to do some further changes?

Regenerating comment.sql ( should be done by "make" ) should fix the
problem, but if you remove a signature you should also put it into the
postgis_drop_before.sql ( or postgis_drop_after.sql ) file for proper
upgrading procedure.

Changing signatures is always expensive, better to think a lot
before adding any.

--strk;
_______________________________________________
postgis-devel mailing list
postgis-devel at lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20130902/033c1fa7/attachment.html>


More information about the postgis-devel mailing list