mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 10:09:35 -05:00
Remove the 'strategy map' code, which was a large amount of mechanism that no longer had any use except reverse-mapping from procedure OID to strategy number. Passing the strategy number to the index AM in the first place is simpler and faster. This is a preliminary step in planned support for cross-datatype index operations. I'm committing it now since the ScanKeyEntryInitialize() API change touches quite a lot of files, and I want to commit those changes before the tree drifts under me. |
||
|---|---|---|
| .. | ||
| alter.h | ||
| async.h | ||
| cluster.h | ||
| comment.h | ||
| conversioncmds.h | ||
| copy.h | ||
| dbcommands.h | ||
| defrem.h | ||
| explain.h | ||
| lockcmds.h | ||
| portalcmds.h | ||
| prepare.h | ||
| proclang.h | ||
| schemacmds.h | ||
| sequence.h | ||
| tablecmds.h | ||
| trigger.h | ||
| typecmds.h | ||
| user.h | ||
| vacuum.h | ||
| variable.h | ||
| version.h | ||
| view.h | ||