[postgis-devel] Regarding Sp-gist implementation in postgis

Sandro Santilli strk at keybit.net
Wed Jul 23 07:24:55 PDT 2014


On Wed, Jul 23, 2014 at 04:46:55PM +0530, mohit kumar wrote:
> Hi strk,
> As my system crashed and I had to build everything again. Now Even I am
> getting the same error.
> test1=# create index on points using spgist(g);
> The connection to the server was lost. Attempting reset: Failed.
> !>
> 
> While using valgrind debuging the following error comes :
> mohit at mohit-Inspiron-1545:~/builds/source/postgis$ echo "create index on
> points using spgist(g);" | valgrind --leak-check=yes --log-file=valgrindlog
> /usr/local/pgsql/bin/postgres -D /usr/local/pgdata --single postgis
> FATAL:  --single requires a value

Just move "--single postgis" before "-D /usr/local/pgdata"
It always strikes me too

--strk;



More information about the postgis-devel mailing list