Add parse_analyze_withcb()
Peter Eisentraut <peter@eisentraut.org>
Add parse_analyze_withcb() This extracts code from pg_analyze_and_rewrite_withcb() into a separate function that mirrors the existing parse_analyze_fixedparams() and parse_analyze_varparams(). Reviewed-by: Nathan Bossart <bossartn@amazon.com> Discussion: https://www.postgresql.org/message-id/flat/c67ce276-52b4-0239-dc0e-39875bf81840@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/analyze.c | modified | +38 −0 |
| src/backend/tcop/postgres.c | modified | +2 −20 |
| src/include/parser/analyze.h | modified | +5 −0 |
Discussion
- parse/analyze API refactoring 6 messages · 2021-12-28 → 2022-03-09