Implement partial-key searching of syscaches, per recent suggestion
Tom Lane <tgl@sss.pgh.pa.us>
Implement partial-key searching of syscaches, per recent suggestion to pghackers. Use this to do searching for ambiguous functions --- it will get more uses soon.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/namespace.c | modified | +171 −1 |
| src/backend/parser/parse_func.c | modified | +76 −139 |
| src/backend/utils/cache/catcache.c | modified | +539 −192 |
| src/backend/utils/cache/syscache.c | modified | +16 −1 |
| src/include/catalog/namespace.h | modified | +19 −1 |
| src/include/utils/catcache.h | modified | +64 −6 |
| src/include/utils/syscache.h | modified | +6 −1 |