]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Update comment about set_join_pathlist_hook().
authorEtsuro Fujita <efujita@postgresql.org>
Thu, 21 Sep 2023 10:45:07 +0000 (19:45 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Thu, 21 Sep 2023 10:45:07 +0000 (19:45 +0900)
commita3a66d3ff18c5a4b49a9fbebce55aa83711953f6
tree962c737e7f0213380e6a1093e2f33ddd50d2ce7d
parent459439f72892b05b4978959a53d70c5b1d3560a4
Update comment about set_join_pathlist_hook().

The comment introduced by commit e7cb7ee14 was a bit too terse, which
could lead to extensions doing different things within the hook function
than we intend to allow.  Extend the comment to explain what they can do
within the hook function.

Back-patch to all supported branches.

In passing, I rephrased a nearby comment that I recently added to the
back branches.

Reviewed by David Rowley and Andrei Lepikhov.

Discussion: https://postgr.es/m/CAPmGK15SBPA1nr3Aqsdm%2BYyS-ay0Ayo2BRYQ8_A2To9eLqwopQ%40mail.gmail.com
src/backend/optimizer/path/joinpath.c