]> granicus.if.org Git - postgresql/commit
Simplify pg_am representation of ordering-capable access methods:
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Jan 2007 23:13:01 +0000 (23:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Jan 2007 23:13:01 +0000 (23:13 +0000)
commitfcf4b146c697624a1b322def06db6b6aa1f1f481
tree1af74f64a50c4f338dd2d3154e33a79bfb839caa
parentc82cc604f5cf860a12b95ce114311ba72854a536
Simplify pg_am representation of ordering-capable access methods:
provide just a boolean 'amcanorder', instead of fields that specify the
sort operator strategy numbers.  We have decided to require ordering-capable
AMs to use btree-compatible strategy numbers, so the old fields are
overkill (and indeed misleading about what's allowed).
doc/src/sgml/catalogs.sgml
doc/src/sgml/indexam.sgml
doc/src/sgml/xindex.sgml
src/backend/commands/indexcmds.c
src/backend/optimizer/util/plancat.c
src/backend/utils/adt/ruleutils.c
src/include/catalog/catversion.h
src/include/catalog/pg_am.h