mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
of some global variables to support subselects and calls union_planner(). Calls to SS_replace_correlation_vars() and SS_process_sublinks() in query_planner() before planning. Get rid of #ifdef INDEXSCAN_PATCH in createplan.c.