Thread: pgsql/src include/access/gist.h include/access ...

pgsql/src include/access/gist.h include/access ...

From
Tom Lane
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/05/30 15:53:40

Modified files:
    src/include/access: gist.h gistscan.h rtree.h strat.h
    src/backend/access/gist: gist.c gistget.c gistscan.c giststrat.c
    src/backend/access/hash: hashstrat.c
    src/backend/access/index: istrat.c
    src/backend/access/nbtree: nbtstrat.c
    src/backend/access/rtree: rtstrat.c

Log message:
    Tweak StrategyEvaluation data structure to eliminate hardwired limit on
    number of strategies supported by an index AM.  Add missing copyright
    notices and CVS $Header$ markers to GIST source files.