Avoid redundant SysCache searches in coerce_type, for another
Tom Lane <tgl@sss.pgh.pa.us>
Avoid redundant SysCache searches in coerce_type, for another few percent speedup in INSERT...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_coerce.c | modified | +7 −5 |
| src/backend/parser/parse_target.c | modified | +2 −2 |
| src/backend/parser/parse_type.c | modified | +12 −27 |
| src/include/parser/parse_type.h | modified | +3 −3 |