mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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).