#1 Wed 12 November 2008 22:23
- davidtecher
- Participant occasionnel
- Date d'inscription: 8 Sep 2005
- Messages: 15
En attendant PostGIS 1.3.4 et PostgreSQL 8.4
PostGIS 1.3.4 est bientôt sur les rails et PostgreSQL 8.4 sera là d'ici quelques mois avec de belles nouveautés pour un tel SGBD digne de cenm.
Pour ceux qui suivent leurs développements, un lien indicatif http://www.postgresonline.com/journal/i … l#extended
Merci à Mark Cave-Ayland pour son travail.
Cordialement.
David.
Hors ligne
#2 Thu 13 November 2008 09:22
Re: En attendant PostGIS 1.3.4 et PostgreSQL 8.4
Merci David,
Pour information, un bug important affecte la version 8.3 de postgresql, une mise à jour s'impose (la 8.3.5), comme ce bug affecte l'index GiST sur lequel PostGIS se base pour l'indexation il est conseillé de mettre à jour rapidement puisque cela peut entrainer un mauvaix index et donc une recherche incorrect.
Normally, minor releases just sail by... the bugs fixed are tiny things that don't apply to your neck of the woods, but for 8.3.5 you will find this entry in the release notes:
Fix GiST index corruption due to marking the wrong index entry "dead" after a deletion (Teodor) This would result in index searches failing to find rows they should have found.
The PostGIS spatial index is built on top of GiST, so for any production table where entries are being deleted or updated, this bug could actually cause errors to crop up. Data would not be lost, but it would occasionally not be found in index-enabled searches.
If you are using PostGIS on PostgreSQL 8.3, upgrade to 8.3.5 as soon as possible. This bug has been seen in the wild, one of my clients just ran into it, it could affect you too.
Y.
Yves Jacolin, bénévole de l'association GeoRezo.net, agit au nom et pour le compte de l'association - Partageons ce qui nous départage !! - GeoRezo vous aide ? Aidez GeoRezo !
Hors ligne
#3 Thu 13 November 2008 15:00
- david_techer
- Juste Inscrit !
- Lieu: Antibes
- Date d'inscription: 22 Dec 2007
- Messages: 7
- Site web
Re: En attendant PostGIS 1.3.4 et PostgreSQL 8.4
Merci pour cette information Yves!
De même que postgis 1.3.4 rc3 est maintenant proposer pour différents tests!!!
Hors ligne
#4 Sun 16 November 2008 12:04
Re: En attendant PostGIS 1.3.4 et PostgreSQL 8.4
Merci pour cette veille précieuse, David.
Bruno
Hors ligne