[postgis-devel] Backend crash with RC3 and RC4
strk at refractions.net
strk at refractions.net
Wed Mar 23 07:16:18 PST 2005
Mark, making some tests with the estimated_extent
I realized that when the analyzer return non-valid
stats (stats->stats_valid = false), the old statistics
are kept:
1=# create table test (geom geometry);
2=# insert into test values ('POINT(0 0)');
3=# vacuum analyze;
4=# select estimated_extent('test','geom');
5=# delete from test;
6=# vacuum analyze;
7=# select estimated_extent('test','geom'); // same result as step 4
Is this expected behaviour from the custom analyzers handler ?
--strk;
On Wed, Mar 23, 2005 at 02:54:31PM -0000, Mark Cave-Ayland wrote:
> Hi Martin,
>
> > -----Original Message-----
> > From: postgis-devel-bounces at postgis.refractions.net
> > [mailto:postgis-devel-bounces at postgis.refractions.net] On
> > Behalf Of Martin Daly
> > Sent: 23 March 2005 14:50
> > To: PostGIS Development Discussion; strk at refractions.net
> > Subject: RE: [postgis-devel] Backend crash with RC3 and RC4
>
> (cut)
>
> > What about differences between RC2 and RC3/RC4? The former
> > is OK, the latter two aren't.
>
> OK, we'll assume it's a PostGIS issue for the moment....
>
> > > Also, if Martin can install MingW on his
> > > development
> > > machine, I can send him the unstripped DLLs off-list so we
> > > could get a GDB
> > > backtrace.
> >
> > There are a bewildering number of versions at
> > http://www.mingw.org/download.shtml Which one would you like
> > me to install?
>
> I'm using the latest stable releases here which are:
>
> MinGW-3.1.0-1.exe
> MSYS-1.0.10.exe
>
> These should be listed in the "Current" section of the webpage (I know it's
> not particularly clear....)
>
>
> Kind regards,
>
> Mark.
>
> ------------------------
> WebBased Ltd
> South West Technology Centre
> Tamar Science Park
> Plymouth
> PL6 8BT
>
> T: +44 (0)1752 791021
> F: +44 (0)1752 791023
> W: http://www.webbased.co.uk
>
>
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
More information about the postgis-devel
mailing list