pgsql: Add parse_analyze_withcb() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add parse_analyze_withcb()
Date
Msg-id E1nRtVe-001c3c-7y@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pycodestyle (PEP 8) cleanup in Python scripts
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix double declaration for check_ok() in pg_upgrade.h