pgsql: Add parse_analyze_withcb()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add parse_analyze_withcb()
Дата
Msg-id E1nRtVe-001c3c-7y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df4c3cbd8f4f619785c735669150e3a1df9cf7ca

Modified Files
--------------
src/backend/parser/analyze.c | 38 ++++++++++++++++++++++++++++++++++++++
src/backend/tcop/postgres.c  | 22 ++--------------------
src/include/parser/analyze.h |  5 +++++
3 files changed, 45 insertions(+), 20 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pycodestyle (PEP 8) cleanup in Python scripts
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix double declaration for check_ok() in pg_upgrade.h