mirror of
https://github.com/postgres/postgres.git
synced 2026-05-22 02:08:24 -04:00
doc PG 19 relnotes: add two optimizer hooks
Reported-by: Jian He Discussion: https://postgr.es/m/CACJufxE8Ew_DCXtd1VZSC=pNPHqZRa4RJkbCr7z6ZPJJ3o3hGQ@mail.gmail.com
This commit is contained in:
parent
163f20ca12
commit
cac0f24eb5
1 changed files with 4 additions and 1 deletions
|
|
@ -3018,12 +3018,15 @@ Update Unicode data to version 17.0.0 (Peter Eisentraut)
|
|||
<!--
|
||||
Author: Robert Haas <rhaas@postgresql.org>
|
||||
2025-10-08 [94f3ad396] Add planner_setup_hook and planner_shutdown_hook.
|
||||
Author: Robert Haas <rhaas@postgresql.org>
|
||||
2026-01-28 [4020b370f] Allow for plugin control over path generation strategies
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add hooks planner_setup_hook and planner_shutdown_hook (Robert Haas)
|
||||
Add hooks planner_setup_hook, planner_shutdown_hook, joinrel_setup_hook, and join_path_setup_hook (Robert Haas)
|
||||
<ulink url="&commit_baseurl;94f3ad396">§</ulink>
|
||||
<ulink url="&commit_baseurl;4020b370f">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue