Simplify pg_am representation of ordering-capable access methods:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fcf4b146c697624a1b322def06db6b6aa1f1f481
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-01-20T23:13:01Z
Releases: 8.3.0
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).

Files