sparsegraph - sparsegraph: 1.

From: afn(at)pgfoundry(dot)org (User Afn)
To: pgsql-committers(at)postgresql(dot)org
Subject: sparsegraph - sparsegraph: 1.
Date: 2007-03-22 08:36:07
Message-ID: 20070322083607.06FE621730D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
1. Adding LICENSE and README files.
2. Prepending license information to all source files.
3. Fixing a major bug in the binary search algorithm I just added to
sparsegraph_neighbors -- OUCH!

Modified Files:
--------------
sparsegraph:
Makefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/Makefile.diff?r1=1.1.1.1&r2=1.2)
sparsegraph.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/sparsegraph.c.diff?r1=1.2&r2=1.3)
sparsegraph.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/sparsegraph.h.diff?r1=1.2&r2=1.3)
sparsegraph.sql.in (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/sparsegraph.sql.in.diff?r1=1.1.1.1&r2=1.2)
sparsegraph_impl.cpp (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/sparsegraph_impl.cpp.diff?r1=1.1.1.1&r2=1.2)

Added Files:
-----------
sparsegraph:
LICENSE (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/LICENSE?rev=1.1&content-type=text/x-cvsweb-markup)
README.sparsegraph (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/README.sparsegraph?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2007-03-22 11:25:02 pgbuildfarm - client-code: MSVC - do pl_install_check, fix web
Previous Message User Afn 2007-03-22 07:31:57 sparsegraph - sparsegraph: Changing sparsegraph_neighbors() to do binary