OSDN Git Service

Support "Memoize" Hint.
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Tue, 5 Oct 2021 11:38:58 +0000 (20:38 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 6 Oct 2021 02:57:29 +0000 (11:57 +0900)
commit3d8c7b8a51c93409fd9c22a730e60ee13456fdbe
tree516063a2d3c894a7cd4e625fc75b76ab3b109315
parent454f72a07c2bfa37816be9b223de17e01bdb23c8
Support "Memoize" Hint.

PostgreSQL 14 introduced the new optimization item "memoize", which
allows a join to memoize the inner result.  Add a hint to control this
feature.
doc/hint_list-ja.html
doc/hint_list.html
doc/pg_hint_plan-ja.html
doc/pg_hint_plan.html
expected/ut-J.out
pg_hint_plan.c
sql/ut-J.sql