Set pg_am.amstrategies to zero for index AMs that don't have fixed
authorTom Lane <[email protected]>
Mon, 18 Dec 2006 18:56:29 +0000 (18:56 +0000)
committerTom Lane <[email protected]>
Mon, 18 Dec 2006 18:56:29 +0000 (18:56 +0000)
commit93b4f0ff7711d42b8c10e48b0a7575e2847e30b3
tree407a0358962555c7dd1bc475671eb1d1a977137e
parent6b4fe0460cac52973c16c279cfc5d89b066c1fe0
Set pg_am.amstrategies to zero for index AMs that don't have fixed
operator strategy numbers, ie, GiST and GIN.  This is almost cosmetic
enough to not need a catversion bump, but since the opr_sanity regression
test has to change in sync with the catalog entry, I figured I'd better
do one.
doc/src/sgml/catalogs.sgml
src/backend/commands/opclasscmds.c
src/backend/optimizer/util/plancat.c
src/include/catalog/catversion.h
src/include/catalog/pg_am.h
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql